#817FD7

Color #817FD7 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #817FD7

Tints of Moody Blue #817FD7

Color information

#817FD7 (or 0x817FD7) is unknown color: approx Moody Blue. HEX triplet: 81, 7F and D7. RGB value is (129,127,215). Sum of RGB (Red+Green+Blue) = 129+127+215=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #817FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FD7 is #7E8028. Grayscale: #898989. Windows color (decimal): -8290345 or 14122881. OLE color: 14122881.

HSL color Cylindrical-coordinate representation of color #817FD7: hue angle of 241.36º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #817FD7 is Cyan = 0.4, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB129127215-
CMYK0.40.4100.16
HSL241.36º52.38%67.06%-
HSV(B)241.36º40.93%84.31%-
XYZ28.9124.7567.54-
YUV137.63171.66121.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 215 (84.38% from 255) = 45.65%
R=27.39%
G=26.96%
B=45.65%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291272150.40.4100.16241.3652.3867.06
Hex817FD72829010f13443
Octal201177327505102036164103
Binary10000001111111111010111101000101001010000111100011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #817FD7;
 }
 .AnyTagClassName
 {
   color: #817FD7;
 }
</style>
background-color css

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

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

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

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

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

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