Html Css Color HEX #817AD8 Moody Blue

📋 copy color: '#817AD8'

red 129 ◦ green 122 ◦ blue 216

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

Shades of Moody Blue #817AD8

Tints of Moody Blue #817AD8

RGB

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

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

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

R = 27.62%
G = 26.12%
B = 46.25%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#817AD8 (or 0x817AD8) is known color: Moody Blue. HEX triplet: 81, 7A and D8. RGB value is (129,122,216). Sum of RGB (Red+Green+Blue) = 129+122+216=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #817AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817AD8 is #7E8527. Grayscale: #868686. Windows color (decimal): -8291624 or 14187137. OLE color: 14187137.

HSL color Cylindrical-coordinate representation of color #817AD8: hue angle of 244.47º degrees, saturation: 0.55, 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 #817AD8 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 122 216 -
CMYK 0.40 0.44 0 0.15
HSL 244.47º 0.55% 0.66% -
HSV(B) 244.47º 0.44% 0.85% -
XYZ 28.41 23.54 68.01 -
YUV 134.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 129 122 216 0.40 0.44 0 0.15 244.47 0.55 0.66
Hex 81 7A D8 28 2C 0 F F4 37 42
Octal 201 172 330 50 54 0 17 364 67 102
Binary 10000001 1111010 11011000 101000 101100 0 1111 11110100 110111 1000010

Color Harmonies of #817AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817AD8

Black with #817AD8

Text Example


Text Example

White with #817AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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