#816DD7

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

Shades of Moody Blue #816DD7

Tints of Moody Blue #816DD7

Color information

#816DD7 (or 0x816DD7) is unknown color: approx Moody Blue. HEX triplet: 81, 6D and D7. RGB value is (129,109,215). Sum of RGB (Red+Green+Blue) = 129+109+215=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #816DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DD7 is #7E9228. Grayscale: #7E7E7E. Windows color (decimal): -8294953 or 14118273. OLE color: 14118273.

HSL color Cylindrical-coordinate representation of color #816DD7: hue angle of 251.32º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #816DD7 is Cyan = 0.4, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB129109215-
CMYK0.40.4900.16
HSL251.32º56.99%63.53%-
HSV(B)251.32º49.3%84.31%-
XYZ26.7920.5166.84-
YUV127.06177.63129.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.48%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 215 (84.38% from 255) = 47.46%
R=28.48%
G=24.06%
B=47.46%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291092150.40.4900.16251.3256.9963.53
Hex816DD72831010fb3940
Octal201155327506102037371100
Binary10000001110110111010111101000110001010000111110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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