#856BBA

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

Shades of True V #856BBA

Tints of True V #856BBA

Color information

#856BBA (or 0x856BBA) is unknown color: approx True V. HEX triplet: 85, 6B and BA. RGB value is (133,107,186). Sum of RGB (Red+Green+Blue) = 133+107+186=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #856BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BBA is #7A9445. Grayscale: #7B7B7B. Windows color (decimal): -8033350 or 12217221. OLE color: 12217221.

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

Color convert

RGB133107186-
CMYK0.280.4200.27
HSL259.75º36.41%57.45%-
HSV(B)259.75º42.47%72.94%-
XYZ23.7919.0548.88-
YUV123.78163.11134.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.22%
GREEN value IS 107 (42.19% from 255) = 25.12%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=31.22%
G=25.12%
B=43.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331071860.280.4200.27259.7536.4157.45
Hex856BBA1C2A01B1042439
Octal20515327234520334044471
Binary1000010111010111011101011100101010011011100000100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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