#856DBC

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

Shades of True V #856DBC

Tints of True V #856DBC

Color information

#856DBC (or 0x856DBC) is unknown color: approx True V. HEX triplet: 85, 6D and BC. RGB value is (133,109,188). Sum of RGB (Red+Green+Blue) = 133+109+188=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #856DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DBC is #7A9243. Grayscale: #7C7C7C. Windows color (decimal): -8032836 or 12348805. OLE color: 12348805.

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

Color convert

RGB133109188-
CMYK0.290.4200.26
HSL258.23º37.09%58.24%-
HSV(B)258.23º42.02%73.73%-
XYZ24.2219.5550.07-
YUV125.18163.45133.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=30.93%
G=25.35%
B=43.72%

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
Decimal1331091880.290.4200.26258.2337.0958.24
Hex856DBC1D2A01A102253a
Octal20515527435520324024572
Binary1000010111011011011110011101101010011010100000010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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