#866DBC

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

Shades of True V #866DBC

Tints of True V #866DBC

Color information

#866DBC (or 0x866DBC) is unknown color: approx True V. HEX triplet: 86, 6D and BC. RGB value is (134,109,188). Sum of RGB (Red+Green+Blue) = 134+109+188=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #866DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DBC is #799243. Grayscale: #7D7D7D. Windows color (decimal): -7967300 or 12348806. OLE color: 12348806.

HSL color Cylindrical-coordinate representation of color #866DBC: hue angle of 258.99º degrees, saturation: 0.37, 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 #866DBC is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134109188-
CMYK0.290.4200.26
HSL258.99º37.09%58.24%-
HSV(B)258.99º42.02%73.73%-
XYZ24.3819.6450.08-
YUV125.48163.28134.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 188 (73.83% from 255) = 43.62%
R=31.09%
G=25.29%
B=43.62%

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
Decimal1341091880.290.4200.26258.9937.0958.24
Hex866DBC1D2A01A103253a
Octal20615527435520324034572
Binary1000011011011011011110011101101010011010100000011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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