#856DBA

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

Shades of True V #856DBA

Tints of True V #856DBA

Color information

#856DBA (or 0x856DBA) is unknown color: approx True V. HEX triplet: 85, 6D and BA. RGB value is (133,109,186). Sum of RGB (Red+Green+Blue) = 133+109+186=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #856DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DBA is #7A9245. Grayscale: #7C7C7C. Windows color (decimal): -8032838 or 12217733. OLE color: 12217733.

HSL color Cylindrical-coordinate representation of color #856DBA: hue angle of 258.7º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #856DBA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133109186-
CMYK0.280.4100.27
HSL258.7º35.81%57.84%-
HSV(B)258.7º41.4%72.94%-
XYZ2419.4748.95-
YUV124.95162.45133.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=31.07%
G=25.47%
B=43.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331091860.280.4100.27258.735.8157.84
Hex856DBA1C2901B103243a
Octal20515527234510334034472
Binary1000010111011011011101011100101001011011100000011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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