Html Css Color HEX #817AD9 Moody Blue

📋 copy color: '#817AD9'

red 129 ◦ green 122 ◦ blue 217

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

Shades of Moody Blue #817AD9

Tints of Moody Blue #817AD9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.07%

 BLUE value IS 217 (85.16% from 255) = 46.37%

R = 27.56%
G = 26.07%
B = 46.37%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#817AD9 (or 0x817AD9) is known color: Moody Blue. HEX triplet: 81, 7A and D9. RGB value is (129,122,217). Sum of RGB (Red+Green+Blue) = 129+122+217=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 217 - color contains mainly: blue. Hex color #817AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817AD9 is #7E8526. Grayscale: #868686. Windows color (decimal): -8291623 or 14252673. OLE color: 14252673.

HSL color Cylindrical-coordinate representation of color #817AD9: hue angle of 244.42º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #817AD9 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 122 217 -
CMYK 0.41 0.44 0 0.15
HSL 244.42º 0.56% 0.66% -
HSV(B) 244.42º 0.44% 0.85% -
XYZ 28.54 23.6 68.7 -
YUV 134.92 174.32 123.78 -
System Red Green Blue C M Y K H S L
Decimal 129 122 217 0.41 0.44 0 0.15 244.42 0.56 0.66
Hex 81 7A D9 29 2C 0 F F4 38 42
Octal 201 172 331 51 54 0 17 364 70 102
Binary 10000001 1111010 11011001 101001 101100 0 1111 11110100 111000 1000010

Color Harmonies of #817AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817AD9

Black with #817AD9

Text Example


Text Example

White with #817AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817AD9; }

 p { color: rgb(129,122,217); }

 H1.HeaderClassName
 {
   color: #817AD9;
 }
 .AnyTagClassName
 {
   color: #817AD9;
 }
</style>

background-color css

<style>
 a { background-color: #817AD9; }

 a { background-color: rgb(129,122,217); }

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

border-color css

<style>
 span { border-color: #817AD9; }

 span { border-color: rgb(129,122,217); }

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