#817BDE

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

Shades of Moody Blue #817BDE

Tints of Moody Blue #817BDE

Color information

#817BDE (or 0x817BDE) is unknown color: approx Moody Blue. HEX triplet: 81, 7B and DE. RGB value is (129,123,222). Sum of RGB (Red+Green+Blue) = 129+123+222=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #817BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BDE is #7E8421. Grayscale: #878787. Windows color (decimal): -8291362 or 14580609. OLE color: 14580609.

HSL color Cylindrical-coordinate representation of color #817BDE: hue angle of 243.64º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #817BDE is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129123222-
CMYK0.420.4500.13
HSL243.64º60%67.65%-
HSV(B)243.64º44.59%87.06%-
XYZ29.3224.1172.21-
YUV136.08176.49122.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 222 (87.11% from 255) = 46.84%
R=27.22%
G=25.95%
B=46.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291232220.420.4500.13243.646067.65
Hex817BDE2A2D0Df43c44
Octal201173336525501536474104
Binary1000000111110111101111010101010110101101111101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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