#8179DD

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

Shades of Moody Blue #8179DD

Tints of Moody Blue #8179DD

Color information

#8179DD (or 0x8179DD) is unknown color: approx Moody Blue. HEX triplet: 81, 79 and DD. RGB value is (129,121,221). Sum of RGB (Red+Green+Blue) = 129+121+221=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #8179DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8179DD is #7E8622. Grayscale: #868686. Windows color (decimal): -8291875 or 14514561. OLE color: 14514561.

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

Color convert

RGB129121221-
CMYK0.420.4500.13
HSL244.8º59.52%67.06%-
HSV(B)244.8º45.25%86.67%-
XYZ28.9423.5671.43-
YUV134.79176.65123.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=27.39%
G=25.69%
B=46.92%

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
Decimal1291212210.420.4500.13244.859.5267.06
Hex8179DD2A2D0Df53c43
Octal201171335525501536574103
Binary1000000111110011101110110101010110101101111101011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8179DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8179DD; }

 p { color: rgb(129,121,221); }

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

<style>
 a { background-color: #8179DD; }

 a { background-color: rgb(129,121,221); }

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

<style>
 span { border-color: #8179DD; }

 span { border-color: rgb(129,121,221); }

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