#866DBD

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

Shades of True V #866DBD

Tints of True V #866DBD

Color information

#866DBD (or 0x866DBD) is unknown color: approx True V. HEX triplet: 86, 6D and BD. RGB value is (134,109,189). Sum of RGB (Red+Green+Blue) = 134+109+189=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #866DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DBD is #799242. Grayscale: #7D7D7D. Windows color (decimal): -7967299 or 12414342. OLE color: 12414342.

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

Color convert

RGB134109189-
CMYK0.290.4200.26
HSL258.75º37.74%58.43%-
HSV(B)258.75º42.33%74.12%-
XYZ24.4919.6850.65-
YUV125.6163.78134-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=31.02%
G=25.23%
B=43.75%

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
Decimal1341091890.290.4200.26258.7537.7458.43
Hex866DBD1D2A01A103263a
Octal20615527535520324034672
Binary1000011011011011011110111101101010011010100000011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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