Html Css Color HEX #856EC0 True V

📋 copy color: '#856EC0'

red 133 ◦ green 110 ◦ blue 192

#856EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #856EC0

Tints of True V #856EC0

RGB

 RED value IS 133 (52.34% from 255) = 30.57%

 GREEN value IS 110 (43.36% from 255) = 25.29%

 BLUE value IS 192 (75.39% from 255) = 44.14%

R = 30.57%
G = 25.29%
B = 44.14%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#856EC0 (or 0x856EC0) is known color: True V. HEX triplet: 85, 6E and C0. RGB value is (133,110,192). Sum of RGB (Red+Green+Blue) = 133+110+192=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #856EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856EC0 is #7A913F. Grayscale: #7D7D7D. Windows color (decimal): -8032576 or 12611205. OLE color: 12611205.

HSL color Cylindrical-coordinate representation of color #856EC0: hue angle of 256.83º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #856EC0 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 110 192 -
CMYK 0.31 0.43 0 0.25
HSL 256.83º 0.39% 0.59% -
HSV(B) 256.83º 0.43% 0.75% -
XYZ 24.76 19.94 52.41 -
YUV 126.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 133 110 192 0.31 0.43 0 0.25 256.83 0.39 0.59
Hex 85 6E C0 1F 2B 0 19 101 27 3B
Octal 205 156 300 37 53 0 31 401 47 73
Binary 10000101 1101110 11000000 11111 101011 0 11001 100000001 100111 111011

Color Harmonies of #856EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EC0

Black with #856EC0

Text Example


Text Example

White with #856EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #856EC0;
 }
 .AnyTagClassName
 {
   color: #856EC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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