#8466CB

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

Shades of True V #8466CB

Tints of True V #8466CB

Color information

#8466CB (or 0x8466CB) is unknown color: approx True V. HEX triplet: 84, 66 and CB. RGB value is (132,102,203). Sum of RGB (Red+Green+Blue) = 132+102+203=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #8466CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8466CB is #7B9934. Grayscale: #7A7A7A. Windows color (decimal): -8100149 or 13330052. OLE color: 13330052.

HSL color Cylindrical-coordinate representation of color #8466CB: hue angle of 257.82º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8466CB is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132102203-
CMYK0.350.5000.20
HSL257.82º49.27%59.8%-
HSV(B)257.82º49.75%79.61%-
XYZ25.0518.7258.79-
YUV122.48173.44134.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.21%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 203 (79.69% from 255) = 46.45%
R=30.21%
G=23.34%
B=46.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321022030.350.5000.20257.8249.2759.8
Hex8466CB2332014102313c
Octal20414631343620244026174
Binary10000100110011011001011100011110010010100100000010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8466CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8466CB; }

 p { color: rgb(132,102,203); }

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

<style>
 a { background-color: #8466CB; }

 a { background-color: rgb(132,102,203); }

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

<style>
 span { border-color: #8466CB; }

 span { border-color: rgb(132,102,203); }

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