Html Css Color HEX #816DD8 Moody Blue

📋 copy color: '#816DD8'

red 129 ◦ green 109 ◦ blue 216

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

Shades of Moody Blue #816DD8

Tints of Moody Blue #816DD8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.01%

 BLUE value IS 216 (84.77% from 255) = 47.58%

R = 28.41%
G = 24.01%
B = 47.58%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#816DD8 (or 0x816DD8) is known color: Moody Blue. HEX triplet: 81, 6D and D8. RGB value is (129,109,216). Sum of RGB (Red+Green+Blue) = 129+109+216=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #816DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DD8 is #7E9227. Grayscale: #7E7E7E. Windows color (decimal): -8294952 or 14183809. OLE color: 14183809.

HSL color Cylindrical-coordinate representation of color #816DD8: hue angle of 251.21º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816DD8 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 109 216 -
CMYK 0.40 0.50 0 0.15
HSL 251.22º 0.58% 0.64% -
HSV(B) 251.22º 0.5% 0.85% -
XYZ 26.92 20.56 67.52 -
YUV 127.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 129 109 216 0.40 0.50 0 0.15 251.22 0.58 0.64
Hex 81 6D D8 28 32 0 F FB 3A 40
Octal 201 155 330 50 62 0 17 373 72 100
Binary 10000001 1101101 11011000 101000 110010 0 1111 11111011 111010 1000000

Color Harmonies of #816DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816DD8

Black with #816DD8

Text Example


Text Example

White with #816DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,109,216); }

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

background-color css

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

 a { background-color: rgb(129,109,216); }

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

border-color css

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

 span { border-color: rgb(129,109,216); }

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