#817bd7

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

Shades of Moody Blue #817BD7

Tints of Moody Blue #817BD7

Color information

#817BD7 (or 0x817BD7) is unknown color: approx Moody Blue. HEX triplet: 81, 7B and D7. RGB value is (129,123,215). Sum of RGB (Red+Green+Blue) = 129+123+215=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #817BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BD7 is #7E8428. Grayscale: #868686. Windows color (decimal): -8291369 or 14121857. OLE color: 14121857.

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

Color convert

RGB129123215-
CMYK0.40.4300.16
HSL243.91º53.49%66.27%-
HSV(B)243.91º42.79%84.31%-
XYZ28.423.7467.38-
YUV135.28172.99123.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.62%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 215 (84.38% from 255) = 46.04%
R=27.62%
G=26.34%
B=46.04%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291232150.40.4300.16243.9153.4966.27
Hex817BD7282B010f43542
Octal201173327505302036465102
Binary10000001111101111010111101000101011010000111101001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817bd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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