#817FD1

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

Shades of Moody Blue #817FD1

Tints of Moody Blue #817FD1

Color information

#817FD1 (or 0x817FD1) is unknown color: approx Moody Blue. HEX triplet: 81, 7F and D1. RGB value is (129,127,209). Sum of RGB (Red+Green+Blue) = 129+127+209=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #817FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FD1 is #7E802E. Grayscale: #888888. Windows color (decimal): -8290351 or 13729665. OLE color: 13729665.

HSL color Cylindrical-coordinate representation of color #817FD1: hue angle of 241.46º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #817FD1 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129127209-
CMYK0.380.3900.18
HSL241.46º47.13%65.88%-
HSV(B)241.46º39.23%81.96%-
XYZ28.1524.4563.56-
YUV136.95168.66122.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.74%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 209 (82.03% from 255) = 44.95%
R=27.74%
G=27.31%
B=44.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291272090.380.3900.18241.4647.1365.88
Hex817FD12627012f12f42
Octal201177321464702236157102
Binary10000001111111111010001100110100111010010111100011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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