#816FD8

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

Shades of Moody Blue #816FD8

Tints of Moody Blue #816FD8

Color information

#816FD8 (or 0x816FD8) is unknown color: approx Moody Blue. HEX triplet: 81, 6F and D8. RGB value is (129,111,216). Sum of RGB (Red+Green+Blue) = 129+111+216=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #816FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816FD8 is #7E9027. Grayscale: #7F7F7F. Windows color (decimal): -8294440 or 14184321. OLE color: 14184321.

HSL color Cylindrical-coordinate representation of color #816FD8: hue angle of 250.29º degrees, saturation: 0.57, 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 #816FD8 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129111216-
CMYK0.400.4900.15
HSL250.29º57.38%64.12%-
HSV(B)250.29º48.61%84.71%-
XYZ27.1320.9967.59-
YUV128.35177.46128.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 111 (43.75% from 255) = 24.34%
BLUE value IS 216 (84.77% from 255) = 47.37%
R=28.29%
G=24.34%
B=47.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291112160.400.4900.15250.2957.3864.12
Hex816FD828310Ffa3940
Octal201157330506101737271100
Binary1000000111011111101100010100011000101111111110101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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