#8464CE

Color #8464CE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8464CE

Tints of True V #8464CE

Color information

#8464CE (or 0x8464CE) is unknown color: approx True V. HEX triplet: 84, 64 and CE. RGB value is (132,100,206). Sum of RGB (Red+Green+Blue) = 132+100+206=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #8464CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464CE is #7B9B31. Grayscale: #797979. Windows color (decimal): -8100658 or 13526148. OLE color: 13526148.

HSL color Cylindrical-coordinate representation of color #8464CE: hue angle of 258.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8464CE is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132100206-
CMYK0.360.5100.19
HSL258.11º51.96%60%-
HSV(B)258.11º51.46%80.78%-
XYZ25.2118.4860.63-
YUV121.65175.6135.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 30.14%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 206 (80.86% from 255) = 47.03%
R=30.14%
G=22.83%
B=47.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321002060.360.5100.19258.1151.9660
Hex8464CE2433013102343c
Octal20414431644630234026474
Binary10000100110010011001110100100110011010011100000010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8464CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8464CE; }

 p { color: rgb(132,100,206); }

 H1.HeaderClassName
 {
   color: #8464CE;
 }
 .AnyTagClassName
 {
   color: #8464CE;
 }
</style>
background-color css

<style>
 a { background-color: #8464CE; }

 a { background-color: rgb(132,100,206); }

 div.DivClassName
 {
   background-color: #8464CE;
 }
 .BgClassName
 {
   background-color: #8464CE;
 }
</style>
border-color css

<style>
 span { border-color: #8464CE; }

 span { border-color: rgb(132,100,206); }

 td.TdClassName
 {
   border-color: #8464CE;
 }
 .TagClassName
 {
   border-color: #8464CE;
 }
</style>