Html Css Color HEX #816ED2 Moody Blue

📋 copy color: '#816ED2'

red 129 ◦ green 110 ◦ blue 210

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

Shades of Moody Blue #816ED2

Tints of Moody Blue #816ED2

RGB

 RED value IS 129 (50.78% from 255) = 28.73%

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

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

R = 28.73%
G = 24.5%
B = 46.77%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#816ED2 (or 0x816ED2) is known color: Moody Blue. HEX triplet: 81, 6E and D2. RGB value is (129,110,210). Sum of RGB (Red+Green+Blue) = 129+110+210=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 210 - color contains mainly: blue. Hex color #816ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ED2 is #7E912D. Grayscale: #7E7E7E. Windows color (decimal): -8294702 or 13790849. OLE color: 13790849.

HSL color Cylindrical-coordinate representation of color #816ED2: hue angle of 251.4º 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 #816ED2 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 110 210 -
CMYK 0.39 0.48 0 0.18
HSL 251.4º 0.53% 0.63% -
HSV(B) 251.4º 0.48% 0.82% -
XYZ 26.26 20.47 63.54 -
YUV 127.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 129 110 210 0.39 0.48 0 0.18 251.4 0.53 0.63
Hex 81 6E D2 27 30 0 12 FB 35 3F
Octal 201 156 322 47 60 0 22 373 65 77
Binary 10000001 1101110 11010010 100111 110000 0 10010 11111011 110101 111111

Color Harmonies of #816ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816ED2

Black with #816ED2

Text Example


Text Example

White with #816ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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