#856CCA

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

Shades of True V #856CCA

Tints of True V #856CCA

Color information

#856CCA (or 0x856CCA) is unknown color: approx True V. HEX triplet: 85, 6C and CA. RGB value is (133,108,202). Sum of RGB (Red+Green+Blue) = 133+108+202=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #856CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CCA is #7A9335. Grayscale: #7D7D7D. Windows color (decimal): -8033078 or 13266053. OLE color: 13266053.

HSL color Cylindrical-coordinate representation of color #856CCA: hue angle of 255.96º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856CCA is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB133108202-
CMYK0.340.4700.21
HSL255.96º47%60.78%-
HSV(B)255.96º46.53%79.22%-
XYZ25.719.9858.38-
YUV126.19170.78132.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=30.02%
G=24.38%
B=45.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331082020.340.4700.21255.964760.78
Hex856CCA222F0151002f3d
Octal20515431242570254005775
Binary10000101110110011001010100010101111010101100000000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,108,202); }

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

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

 a { background-color: rgb(133,108,202); }

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

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

 span { border-color: rgb(133,108,202); }

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