Html Css Color HEX #817FAF Moody Blue

📋 copy color: '#817FAF'

red 129 ◦ green 127 ◦ blue 175

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

Shades of Moody Blue #817FAF

Tints of Moody Blue #817FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 29.93%
G = 29.47%
B = 40.6%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#817FAF (or 0x817FAF) is known color: Moody Blue. HEX triplet: 81, 7F and AF. RGB value is (129,127,175). Sum of RGB (Red+Green+Blue) = 129+127+175=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #817FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817FAF is #7E8050. Grayscale: #848484. Windows color (decimal): -8290385 or 11501441. OLE color: 11501441.

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

Color convert

RGB 129 127 175 -
CMYK 0.26 0.27 0 0.31
HSL 242.5º 0.23% 0.59% -
HSV(B) 242.5º 0.27% 0.69% -
XYZ 24.38 22.94 43.7 -
YUV 133.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 129 127 175 0.26 0.27 0 0.31 242.5 0.23 0.59
Hex 81 7F AF 1A 1B 0 1F F2 17 3B
Octal 201 177 257 32 33 0 37 362 27 73
Binary 10000001 1111111 10101111 11010 11011 0 11111 11110010 10111 111011

Color Harmonies of #817FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FAF

Black with #817FAF

Text Example


Text Example

White with #817FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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