#856ECF

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

Shades of True V #856ECF

Tints of True V #856ECF

Color information

#856ECF (or 0x856ECF) is unknown color: approx True V. HEX triplet: 85, 6E and CF. RGB value is (133,110,207). Sum of RGB (Red+Green+Blue) = 133+110+207=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #856ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ECF is #7A9130. Grayscale: #7F7F7F. Windows color (decimal): -8032561 or 13594245. OLE color: 13594245.

HSL color Cylindrical-coordinate representation of color #856ECF: hue angle of 254.23º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856ECF is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133110207-
CMYK0.360.4700.19
HSL254.23º50.26%62.16%-
HSV(B)254.23º46.86%81.18%-
XYZ26.5120.6461.62-
YUV127.93172.62131.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 207 (81.25% from 255) = 46%
R=29.56%
G=24.44%
B=46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331102070.360.4700.19254.2350.2662.16
Hex856ECF242F013fe323e
Octal20515631744570233766276
Binary1000010111011101100111110010010111101001111111110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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