#8766BE

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

Shades of True V #8766BE

Tints of True V #8766BE

Color information

#8766BE (or 0x8766BE) is unknown color: approx True V. HEX triplet: 87, 66 and BE. RGB value is (135,102,190). Sum of RGB (Red+Green+Blue) = 135+102+190=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #8766BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8766BE is #789941. Grayscale: #797979. Windows color (decimal): -7903554 or 12478087. OLE color: 12478087.

HSL color Cylindrical-coordinate representation of color #8766BE: hue angle of 262.5º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8766BE is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135102190-
CMYK0.290.4600.25
HSL262.5º40.37%57.25%-
HSV(B)262.5º46.32%74.51%-
XYZ24.0418.3750.99-
YUV121.9166.43137.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=31.62%
G=23.89%
B=44.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351021900.290.4600.25262.540.3757.25
Hex8766BE1D2E0191062839
Octal20714627635560314065071
Binary1000011111001101011111011101101110011001100000110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8766BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8766BE; }

 p { color: rgb(135,102,190); }

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

<style>
 a { background-color: #8766BE; }

 a { background-color: rgb(135,102,190); }

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

<style>
 span { border-color: #8766BE; }

 span { border-color: rgb(135,102,190); }

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