#866EBD

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

Shades of True V #866EBD

Tints of True V #866EBD

Color information

#866EBD (or 0x866EBD) is unknown color: approx True V. HEX triplet: 86, 6E and BD. RGB value is (134,110,189). Sum of RGB (Red+Green+Blue) = 134+110+189=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #866EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EBD is #799142. Grayscale: #7D7D7D. Windows color (decimal): -7967043 or 12414598. OLE color: 12414598.

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

Color convert

RGB134110189-
CMYK0.290.4200.26
HSL258.23º37.44%58.63%-
HSV(B)258.23º41.8%74.12%-
XYZ24.5919.8950.69-
YUV126.18163.45133.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 189 (74.22% from 255) = 43.65%
R=30.95%
G=25.40%
B=43.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341101890.290.4200.26258.2337.4458.63
Hex866EBD1D2A01A102253b
Octal20615627535520324024573
Binary1000011011011101011110111101101010011010100000010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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