#866CBB

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

Shades of True V #866CBB

Tints of True V #866CBB

Color information

#866CBB (or 0x866CBB) is unknown color: approx True V. HEX triplet: 86, 6C and BB. RGB value is (134,108,187). Sum of RGB (Red+Green+Blue) = 134+108+187=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #866CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CBB is #799344. Grayscale: #7C7C7C. Windows color (decimal): -7967557 or 12283014. OLE color: 12283014.

HSL color Cylindrical-coordinate representation of color #866CBB: hue angle of 259.75º degrees, saturation: 0.37, 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 #866CBB is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134108187-
CMYK0.280.4200.27
HSL259.75º36.74%57.84%-
HSV(B)259.75º42.25%73.33%-
XYZ24.1619.3849.48-
YUV124.78163.11134.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=31.24%
G=25.17%
B=43.59%

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
Decimal1341081870.280.4200.27259.7536.7457.84
Hex866CBB1C2A01B104253a
Octal20615427334520334044572
Binary1000011011011001011101111100101010011011100000100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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