#8179CD

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

Shades of Moody Blue #8179CD

Tints of Moody Blue #8179CD

Color information

#8179CD (or 0x8179CD) is unknown color: approx Moody Blue. HEX triplet: 81, 79 and CD. RGB value is (129,121,205). Sum of RGB (Red+Green+Blue) = 129+121+205=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #8179CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8179CD is #7E8632. Grayscale: #848484. Windows color (decimal): -8291891 or 13465985. OLE color: 13465985.

HSL color Cylindrical-coordinate representation of color #8179CD: hue angle of 245.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8179CD is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129121205-
CMYK0.370.4100.20
HSL245.71º45.65%63.92%-
HSV(B)245.71º40.98%80.39%-
XYZ26.9122.7560.73-
YUV132.97168.65125.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.35%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=28.35%
G=26.59%
B=45.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291212050.370.4100.20245.7145.6563.92
Hex8179CD2529014f62e40
Octal201171315455102436656100
Binary10000001111100111001101100101101001010100111101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8179CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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