#816FD9

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

Shades of Moody Blue #816FD9

Tints of Moody Blue #816FD9

Color information

#816FD9 (or 0x816FD9) is unknown color: approx Moody Blue. HEX triplet: 81, 6F and D9. RGB value is (129,111,217). Sum of RGB (Red+Green+Blue) = 129+111+217=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 217 - color contains mainly: blue. Hex color #816FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816FD9 is #7E9026. Grayscale: #808080. Windows color (decimal): -8294439 or 14249857. OLE color: 14249857.

HSL color Cylindrical-coordinate representation of color #816FD9: hue angle of 250.19º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #816FD9 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129111217-
CMYK0.410.4900.15
HSL250.19º58.24%64.31%-
HSV(B)250.19º48.85%85.1%-
XYZ27.2621.0568.27-
YUV128.47177.96128.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.23%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 217 (85.16% from 255) = 47.48%
R=28.23%
G=24.29%
B=47.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291112170.410.4900.15250.1958.2464.31
Hex816FD929310Ffa3a40
Octal201157331516101737272100
Binary1000000111011111101100110100111000101111111110101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816FD9; }

 p { color: rgb(129,111,217); }

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

<style>
 a { background-color: #816FD9; }

 a { background-color: rgb(129,111,217); }

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

<style>
 span { border-color: #816FD9; }

 span { border-color: rgb(129,111,217); }

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