#8466BC

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

Shades of True V #8466BC

Tints of True V #8466BC

Color information

#8466BC (or 0x8466BC) is unknown color: approx True V. HEX triplet: 84, 66 and BC. RGB value is (132,102,188). Sum of RGB (Red+Green+Blue) = 132+102+188=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #8466BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8466BC is #7B9943. Grayscale: #787878. Windows color (decimal): -8100164 or 12347012. OLE color: 12347012.

HSL color Cylindrical-coordinate representation of color #8466BC: hue angle of 260.93º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8466BC is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132102188-
CMYK0.300.4600.26
HSL260.93º39.09%56.86%-
HSV(B)260.93º45.74%73.73%-
XYZ23.3418.0449.83-
YUV120.77165.94136.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=31.28%
G=24.17%
B=44.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321021880.300.4600.26260.9339.0956.86
Hex8466BC1E2E01A1052739
Octal20414627436560324054771
Binary1000010011001101011110011110101110011010100000101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8466BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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