#8464CC

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

Shades of True V #8464CC

Tints of True V #8464CC

Color information

#8464CC (or 0x8464CC) is unknown color: approx True V. HEX triplet: 84, 64 and CC. RGB value is (132,100,204). Sum of RGB (Red+Green+Blue) = 132+100+204=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #8464CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464CC is #7B9B33. Grayscale: #797979. Windows color (decimal): -8100660 or 13395076. OLE color: 13395076.

HSL color Cylindrical-coordinate representation of color #8464CC: hue angle of 258.46º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8464CC is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB132100204-
CMYK0.350.5100.2
HSL258.46º50.49%59.61%-
HSV(B)258.46º50.98%80%-
XYZ24.9718.3859.36-
YUV121.42174.6135.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.28%
GREEN value IS 100 (39.45% from 255) = 22.94%
BLUE value IS 204 (80.08% from 255) = 46.79%
R=30.28%
G=22.94%
B=46.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1321002040.350.5100.2258.4650.4959.61
Hex8464CC2333014102323c
Octal20414431443630244026274
Binary10000100110010011001100100011110011010100100000010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8464CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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