#856ECA

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

Shades of True V #856ECA

Tints of True V #856ECA

Color information

#856ECA (or 0x856ECA) is unknown color: approx True V. HEX triplet: 85, 6E and CA. RGB value is (133,110,202). Sum of RGB (Red+Green+Blue) = 133+110+202=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #856ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ECA is #7A9135. Grayscale: #7F7F7F. Windows color (decimal): -8032566 or 13266565. OLE color: 13266565.

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

Color convert

RGB133110202-
CMYK0.340.4600.21
HSL255º46.46%61.18%-
HSV(B)255º45.54%79.22%-
XYZ25.9120.458.45-
YUV127.36170.12132.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.89%
GREEN value IS 110 (43.36% from 255) = 24.72%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=29.89%
G=24.72%
B=45.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331102020.340.4600.2125546.4661.18
Hex856ECA222E015ff2e3d
Octal20515631242560253775675
Binary1000010111011101100101010001010111001010111111111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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