#856ABE

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

Shades of True V #856ABE

Tints of True V #856ABE

Color information

#856ABE (or 0x856ABE) is unknown color: approx True V. HEX triplet: 85, 6A and BE. RGB value is (133,106,190). Sum of RGB (Red+Green+Blue) = 133+106+190=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #856ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ABE is #7A9541. Grayscale: #7B7B7B. Windows color (decimal): -8033602 or 12479109. OLE color: 12479109.

HSL color Cylindrical-coordinate representation of color #856ABE: hue angle of 259.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #856ABE is Cyan = 0.3, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133106190-
CMYK0.30.4400.25
HSL259.29º39.25%58.04%-
HSV(B)259.29º44.21%74.51%-
XYZ24.1219.0151.11-
YUV123.65165.45134.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=31.00%
G=24.71%
B=44.29%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331061900.30.4400.25259.2939.2558.04
Hex856ABE1E2C019103273a
Octal20515227636540314034772
Binary1000010111010101011111011110101100011001100000011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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