#856AB7

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

Shades of True V #856AB7

Tints of True V #856AB7

Color information

#856AB7 (or 0x856AB7) is unknown color: approx True V. HEX triplet: 85, 6A and B7. RGB value is (133,106,183). Sum of RGB (Red+Green+Blue) = 133+106+183=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 183 - color contains mainly: blue. Hex color #856AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856AB7 is #7A9548. Grayscale: #7A7A7A. Windows color (decimal): -8033609 or 12020357. OLE color: 12020357.

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

Color convert

RGB133106183-
CMYK0.270.4200.28
HSL261.04º34.84%56.67%-
HSV(B)261.04º42.08%71.76%-
XYZ23.3718.7147.18-
YUV122.85161.95135.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 183 (71.88% from 255) = 43.36%
R=31.52%
G=25.12%
B=43.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1331061830.270.4200.28261.0434.8456.67
Hex856AB71B2A01C1052339
Octal20515226733520344054371
Binary1000010111010101011011111011101010011100100000101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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