#866EBC

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

Shades of True V #866EBC

Tints of True V #866EBC

Color information

#866EBC (or 0x866EBC) is unknown color: approx True V. HEX triplet: 86, 6E and BC. RGB value is (134,110,188). Sum of RGB (Red+Green+Blue) = 134+110+188=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #866EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EBC is #799143. Grayscale: #7D7D7D. Windows color (decimal): -7967044 or 12349062. OLE color: 12349062.

HSL color Cylindrical-coordinate representation of color #866EBC: hue angle of 258.46º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #866EBC is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134110188-
CMYK0.290.4100.26
HSL258.46º36.79%58.43%-
HSV(B)258.46º41.49%73.73%-
XYZ24.4819.8550.12-
YUV126.07162.95133.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=31.02%
G=25.46%
B=43.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341101880.290.4100.26258.4636.7958.43
Hex866EBC1D2901A102253a
Octal20615627435510324024572
Binary1000011011011101011110011101101001011010100000010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,110,188); }

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

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

 a { background-color: rgb(134,110,188); }

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

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

 span { border-color: rgb(134,110,188); }

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