#866EBE

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

Shades of True V #866EBE

Tints of True V #866EBE

Color information

#866EBE (or 0x866EBE) is unknown color: approx True V. HEX triplet: 86, 6E and BE. RGB value is (134,110,190). Sum of RGB (Red+Green+Blue) = 134+110+190=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #866EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EBE is #799141. Grayscale: #7E7E7E. Windows color (decimal): -7967042 or 12480134. OLE color: 12480134.

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

Color convert

RGB134110190-
CMYK0.290.4200.25
HSL258º38.1%58.82%-
HSV(B)258º42.11%74.51%-
XYZ24.719.9451.26-
YUV126.3163.95133.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=30.88%
G=25.35%
B=43.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341101900.290.4200.2525838.158.82
Hex866EBE1D2A019102263b
Octal20615627635520314024673
Binary1000011011011101011111011101101010011001100000010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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