#866CBA

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

Shades of True V #866CBA

Tints of True V #866CBA

Color information

#866CBA (or 0x866CBA) is unknown color: approx True V. HEX triplet: 86, 6C and BA. RGB value is (134,108,186). Sum of RGB (Red+Green+Blue) = 134+108+186=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #866CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CBA is #799345. Grayscale: #7C7C7C. Windows color (decimal): -7967558 or 12217478. OLE color: 12217478.

HSL color Cylindrical-coordinate representation of color #866CBA: hue angle of 260º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #866CBA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134108186-
CMYK0.280.4200.27
HSL260º36.11%57.65%-
HSV(B)260º41.94%72.94%-
XYZ24.0619.3448.92-
YUV124.67162.61134.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 108 (42.58% from 255) = 25.23%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=31.31%
G=25.23%
B=43.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341081860.280.4200.2726036.1157.65
Hex866CBA1C2A01B104243a
Octal20615427234520334044472
Binary1000011011011001011101011100101010011011100000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,108,186); }

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

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

 a { background-color: rgb(134,108,186); }

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

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

 span { border-color: rgb(134,108,186); }

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