#866CBE

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

Shades of True V #866CBE

Tints of True V #866CBE

Color information

#866CBE (or 0x866CBE) is unknown color: approx True V. HEX triplet: 86, 6C and BE. RGB value is (134,108,190). Sum of RGB (Red+Green+Blue) = 134+108+190=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #866CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CBE is #799341. Grayscale: #7C7C7C. Windows color (decimal): -7967554 or 12479622. OLE color: 12479622.

HSL color Cylindrical-coordinate representation of color #866CBE: hue angle of 259.02º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #866CBE is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134108190-
CMYK0.290.4300.25
HSL259.02º38.68%58.43%-
HSV(B)259.02º43.16%74.51%-
XYZ24.4919.5151.19-
YUV125.12164.61134.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 108 (42.58% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=31.02%
G=25%
B=43.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341081900.290.4300.25259.0238.6858.43
Hex866CBE1D2B019103273a
Octal20615427635530314034772
Binary1000011011011001011111011101101011011001100000011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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