Html Css Color HEX #856ED2 Moody Blue

📋 copy color: '#856ED2'

red 133 ◦ green 110 ◦ blue 210

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

Shades of Moody Blue #856ED2

Tints of Moody Blue #856ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.36%

R = 29.36%
G = 24.28%
B = 46.36%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#856ED2 (or 0x856ED2) is known color: Moody Blue. HEX triplet: 85, 6E and D2. RGB value is (133,110,210). Sum of RGB (Red+Green+Blue) = 133+110+210=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 210 - color contains mainly: blue. Hex color #856ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ED2 is #7A912D. Grayscale: #7F7F7F. Windows color (decimal): -8032558 or 13790853. OLE color: 13790853.

HSL color Cylindrical-coordinate representation of color #856ED2: hue angle of 253.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #856ED2 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 110 210 -
CMYK 0.37 0.48 0 0.18
HSL 253.8º 0.53% 0.63% -
HSV(B) 253.8º 0.48% 0.82% -
XYZ 26.88 20.79 63.57 -
YUV 128.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 133 110 210 0.37 0.48 0 0.18 253.8 0.53 0.63
Hex 85 6E D2 25 30 0 12 FE 35 3F
Octal 205 156 322 45 60 0 22 376 65 77
Binary 10000101 1101110 11010010 100101 110000 0 10010 11111110 110101 111111

Color Harmonies of #856ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856ED2

Black with #856ED2

Text Example


Text Example

White with #856ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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