#8179D0

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

Shades of Moody Blue #8179D0

Tints of Moody Blue #8179D0

Color information

#8179D0 (or 0x8179D0) is unknown color: approx Moody Blue. HEX triplet: 81, 79 and D0. RGB value is (129,121,208). Sum of RGB (Red+Green+Blue) = 129+121+208=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #8179D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8179D0 is #7E862F. Grayscale: #848484. Windows color (decimal): -8291888 or 13662593. OLE color: 13662593.

HSL color Cylindrical-coordinate representation of color #8179D0: hue angle of 245.52º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8179D0 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129121208-
CMYK0.380.4200.18
HSL245.52º48.07%64.51%-
HSV(B)245.52º41.83%81.57%-
XYZ27.2822.962.66-
YUV133.31170.15124.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.17%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 208 (81.64% from 255) = 45.41%
R=28.17%
G=26.42%
B=45.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291212080.380.4200.18245.5248.0764.51
Hex8179D0262A012f63041
Octal201171320465202236660101
Binary10000001111100111010000100110101010010010111101101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8179D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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