#856DBE

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

Shades of True V #856DBE

Tints of True V #856DBE

Color information

#856DBE (or 0x856DBE) is unknown color: approx True V. HEX triplet: 85, 6D and BE. RGB value is (133,109,190). Sum of RGB (Red+Green+Blue) = 133+109+190=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #856DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DBE is #7A9241. Grayscale: #7D7D7D. Windows color (decimal): -8032834 or 12479877. OLE color: 12479877.

HSL color Cylindrical-coordinate representation of color #856DBE: hue angle of 257.78º 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 #856DBE is Cyan = 0.3, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133109190-
CMYK0.30.4300.25
HSL257.78º38.39%58.63%-
HSV(B)257.78º42.63%74.51%-
XYZ24.4419.6451.22-
YUV125.41164.45133.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=30.79%
G=25.23%
B=43.98%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331091900.30.4300.25257.7838.3958.63
Hex856DBE1E2B019102263b
Octal20515527636530314024673
Binary1000010111011011011111011110101011011001100000010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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