#866DBE

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

Shades of True V #866DBE

Tints of True V #866DBE

Color information

#866DBE (or 0x866DBE) is unknown color: approx True V. HEX triplet: 86, 6D and BE. RGB value is (134,109,190). Sum of RGB (Red+Green+Blue) = 134+109+190=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #866DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DBE is #799241. Grayscale: #7D7D7D. Windows color (decimal): -7967298 or 12479878. OLE color: 12479878.

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

Color convert

RGB134109190-
CMYK0.290.4300.25
HSL258.52º38.39%58.63%-
HSV(B)258.52º42.63%74.51%-
XYZ24.5919.7251.23-
YUV125.71164.28133.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=30.95%
G=25.17%
B=43.88%

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
Decimal1341091900.290.4300.25258.5238.3958.63
Hex866DBE1D2B019103263b
Octal20615527635530314034673
Binary1000011011011011011111011101101011011001100000011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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