Html Css Color HEX #817DDD Moody Blue

📋 copy color: '#817DDD'

red 129 ◦ green 125 ◦ blue 221

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

Shades of Moody Blue #817DDD

Tints of Moody Blue #817DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.32%

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 27.16%
G = 26.32%
B = 46.53%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#817DDD (or 0x817DDD) is known color: Moody Blue. HEX triplet: 81, 7D and DD. RGB value is (129,125,221). Sum of RGB (Red+Green+Blue) = 129+125+221=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #817DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DDD is #7E8222. Grayscale: #888888. Windows color (decimal): -8290851 or 14515585. OLE color: 14515585.

HSL color Cylindrical-coordinate representation of color #817DDD: hue angle of 242.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #817DDD is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 125 221 -
CMYK 0.42 0.43 0 0.13
HSL 242.5º 0.59% 0.68% -
HSV(B) 242.5º 0.43% 0.87% -
XYZ 29.44 24.55 71.59 -
YUV 137.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 129 125 221 0.42 0.43 0 0.13 242.5 0.59 0.68
Hex 81 7D DD 2A 2B 0 D F2 3B 44
Octal 201 175 335 52 53 0 15 362 73 104
Binary 10000001 1111101 11011101 101010 101011 0 1101 11110010 111011 1000100

Color Harmonies of #817DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817DDD

Black with #817DDD

Text Example


Text Example

White with #817DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,125,221); }

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

background-color css

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

 a { background-color: rgb(129,125,221); }

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

border-color css

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

 span { border-color: rgb(129,125,221); }

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