Html Css Color HEX #817DDA Moody Blue

📋 copy color: '#817DDA'

red 129 ◦ green 125 ◦ blue 218

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

Shades of Moody Blue #817DDA

Tints of Moody Blue #817DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 27.33%
G = 26.48%
B = 46.19%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#817DDA (or 0x817DDA) is known color: Moody Blue. HEX triplet: 81, 7D and DA. RGB value is (129,125,218). Sum of RGB (Red+Green+Blue) = 129+125+218=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #817DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DDA is #7E8225. Grayscale: #888888. Windows color (decimal): -8290854 or 14318977. OLE color: 14318977.

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

Color convert

RGB 129 125 218 -
CMYK 0.41 0.43 0 0.15
HSL 242.58º 0.56% 0.67% -
HSV(B) 242.58º 0.43% 0.85% -
XYZ 29.04 24.4 69.51 -
YUV 136.8 173.83 122.44 -
System Red Green Blue C M Y K H S L
Decimal 129 125 218 0.41 0.43 0 0.15 242.58 0.56 0.67
Hex 81 7D DA 29 2B 0 F F3 38 43
Octal 201 175 332 51 53 0 17 363 70 103
Binary 10000001 1111101 11011010 101001 101011 0 1111 11110011 111000 1000011

Color Harmonies of #817DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817DDA

Black with #817DDA

Text Example


Text Example

White with #817DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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