Html Css Color HEX #817DB1 Moody Blue

📋 copy color: '#817DB1'

red 129 ◦ green 125 ◦ blue 177

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

Shades of Moody Blue #817DB1

Tints of Moody Blue #817DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.07%

R = 29.93%
G = 29%
B = 41.07%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#817DB1 (or 0x817DB1) is known color: Moody Blue. HEX triplet: 81, 7D and B1. RGB value is (129,125,177). Sum of RGB (Red+Green+Blue) = 129+125+177=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 177 - color contains mainly: blue. Hex color #817DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817DB1 is #7E824E. Grayscale: #838383. Windows color (decimal): -8290895 or 11632001. OLE color: 11632001.

HSL color Cylindrical-coordinate representation of color #817DB1: hue angle of 244.62º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #817DB1 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 125 177 -
CMYK 0.27 0.29 0 0.31
HSL 244.62º 0.25% 0.59% -
HSV(B) 244.62º 0.29% 0.69% -
XYZ 24.32 22.51 44.66 -
YUV 132.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 129 125 177 0.27 0.29 0 0.31 244.62 0.25 0.59
Hex 81 7D B1 1B 1D 0 1F F5 19 3B
Octal 201 175 261 33 35 0 37 365 31 73
Binary 10000001 1111101 10110001 11011 11101 0 11111 11110101 11001 111011

Color Harmonies of #817DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817DB1

Black with #817DB1

Text Example


Text Example

White with #817DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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