#856ABC

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

Shades of True V #856ABC

Tints of True V #856ABC

Color information

#856ABC (or 0x856ABC) is unknown color: approx True V. HEX triplet: 85, 6A and BC. RGB value is (133,106,188). Sum of RGB (Red+Green+Blue) = 133+106+188=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #856ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ABC is #7A9543. Grayscale: #7B7B7B. Windows color (decimal): -8033604 or 12348037. OLE color: 12348037.

HSL color Cylindrical-coordinate representation of color #856ABC: hue angle of 259.76º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #856ABC is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133106188-
CMYK0.290.4400.26
HSL259.76º37.96%57.65%-
HSV(B)259.76º43.62%73.73%-
XYZ23.918.9349.97-
YUV123.42164.45134.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.15%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=31.15%
G=24.82%
B=44.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331061880.290.4400.26259.7637.9657.65
Hex856ABC1D2C01A104263a
Octal20515227435540324044672
Binary1000010111010101011110011101101100011010100000100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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