Html Css Color HEX #817FAD Moody Blue

📋 copy color: '#817FAD'

red 129 ◦ green 127 ◦ blue 173

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

Shades of Moody Blue #817FAD

Tints of Moody Blue #817FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 30.07%
G = 29.6%
B = 40.33%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#817FAD (or 0x817FAD) is known color: Moody Blue. HEX triplet: 81, 7F and AD. RGB value is (129,127,173). Sum of RGB (Red+Green+Blue) = 129+127+173=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #817FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817FAD is #7E8052. Grayscale: #848484. Windows color (decimal): -8290387 or 11370369. OLE color: 11370369.

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

Color convert

RGB 129 127 173 -
CMYK 0.25 0.27 0 0.32
HSL 242.61º 0.22% 0.59% -
HSV(B) 242.61º 0.27% 0.68% -
XYZ 24.19 22.86 42.67 -
YUV 132.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 129 127 173 0.25 0.27 0 0.32 242.61 0.22 0.59
Hex 81 7F AD 19 1B 0 20 F3 16 3B
Octal 201 177 255 31 33 0 40 363 26 73
Binary 10000001 1111111 10101101 11001 11011 0 100000 11110011 10110 111011

Color Harmonies of #817FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FAD

Black with #817FAD

Text Example


Text Example

White with #817FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,127,173); }

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

background-color css

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

 a { background-color: rgb(129,127,173); }

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

border-color css

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

 span { border-color: rgb(129,127,173); }

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