#866BC0

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

Shades of True V #866BC0

Tints of True V #866BC0

Color information

#866BC0 (or 0x866BC0) is unknown color: approx True V. HEX triplet: 86, 6B and C0. RGB value is (134,107,192). Sum of RGB (Red+Green+Blue) = 134+107+192=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #866BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BC0 is #79943F. Grayscale: #7C7C7C. Windows color (decimal): -7967808 or 12610438. OLE color: 12610438.

HSL color Cylindrical-coordinate representation of color #866BC0: hue angle of 259.06º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #866BC0 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134107192-
CMYK0.300.4400.25
HSL259.06º40.28%58.63%-
HSV(B)259.06º44.27%75.29%-
XYZ24.619.3952.31-
YUV124.76165.95134.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=30.95%
G=24.71%
B=44.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341071920.300.4400.25259.0640.2858.63
Hex866BC01E2C019103283b
Octal20615330036540314035073
Binary1000011011010111100000011110101100011001100000011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866BC0; }

 p { color: rgb(134,107,192); }

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

<style>
 a { background-color: #866BC0; }

 a { background-color: rgb(134,107,192); }

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

<style>
 span { border-color: #866BC0; }

 span { border-color: rgb(134,107,192); }

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