#8079CD

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

Shades of Moody Blue #8079CD

Tints of Moody Blue #8079CD

Color information

#8079CD (or 0x8079CD) is unknown color: approx Moody Blue. HEX triplet: 80, 79 and CD. RGB value is (128,121,205). Sum of RGB (Red+Green+Blue) = 128+121+205=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #8079CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079CD is #7F8632. Grayscale: #848484. Windows color (decimal): -8357427 or 13465984. OLE color: 13465984.

HSL color Cylindrical-coordinate representation of color #8079CD: hue angle of 245º 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 #8079CD is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128121205-
CMYK0.380.4100.20
HSL245º45.65%63.92%-
HSV(B)245º40.98%80.39%-
XYZ26.7622.6760.72-
YUV132.67168.82124.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.19%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=28.19%
G=26.65%
B=45.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281212050.380.4100.2024545.6563.92
Hex8079CD2629014f52e40
Octal200171315465102436556100
Binary10000000111100111001101100110101001010100111101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8079CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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