#8766cc

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

Shades of True V #8766CC

Tints of True V #8766CC

Color information

#8766CC (or 0x8766CC) is unknown color: approx True V. HEX triplet: 87, 66 and CC. RGB value is (135,102,204). Sum of RGB (Red+Green+Blue) = 135+102+204=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #8766CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8766CC is #789933. Grayscale: #7B7B7B. Windows color (decimal): -7903540 or 13395591. OLE color: 13395591.

HSL color Cylindrical-coordinate representation of color #8766CC: hue angle of 259.41º degrees, saturation: 0.5, 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 #8766CC is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135102204-
CMYK0.340.500.2
HSL259.41º50%60%-
HSV(B)259.41º50%80%-
XYZ25.6419.0159.45-
YUV123.49173.43136.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.61%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=30.61%
G=23.13%
B=46.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351022040.340.500.2259.415060
Hex8766CC2232014103323c
Octal20714631442620244036274
Binary10000111110011011001100100010110010010100100000011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8766cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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