Html Css Color HEX #817FD8 Moody Blue

📋 copy color: '#817FD8'

red 129 ◦ green 127 ◦ blue 216

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

Shades of Moody Blue #817FD8

Tints of Moody Blue #817FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.76%

R = 27.33%
G = 26.91%
B = 45.76%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#817FD8 (or 0x817FD8) is known color: Moody Blue. HEX triplet: 81, 7F and D8. RGB value is (129,127,216). Sum of RGB (Red+Green+Blue) = 129+127+216=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #817FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FD8 is #7E8027. Grayscale: #898989. Windows color (decimal): -8290344 or 14188417. OLE color: 14188417.

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

Color convert

RGB 129 127 216 -
CMYK 0.40 0.41 0 0.15
HSL 241.35º 0.53% 0.67% -
HSV(B) 241.35º 0.41% 0.85% -
XYZ 29.04 24.8 68.22 -
YUV 137.74 172.16 121.76 -
System Red Green Blue C M Y K H S L
Decimal 129 127 216 0.40 0.41 0 0.15 241.35 0.53 0.67
Hex 81 7F D8 28 29 0 F F1 35 43
Octal 201 177 330 50 51 0 17 361 65 103
Binary 10000001 1111111 11011000 101000 101001 0 1111 11110001 110101 1000011

Color Harmonies of #817FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FD8

Black with #817FD8

Text Example


Text Example

White with #817FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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