#8079C1

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

Shades of Moody Blue #8079C1

Tints of Moody Blue #8079C1

Color information

#8079C1 (or 0x8079C1) is unknown color: approx Moody Blue. HEX triplet: 80, 79 and C1. RGB value is (128,121,193). Sum of RGB (Red+Green+Blue) = 128+121+193=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #8079C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079C1 is #7F863E. Grayscale: #838383. Windows color (decimal): -8357439 or 12679552. OLE color: 12679552.

HSL color Cylindrical-coordinate representation of color #8079C1: hue angle of 245.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8079C1 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB128121193-
CMYK0.340.3700.24
HSL245.83º36.73%61.57%-
HSV(B)245.83º37.31%75.69%-
XYZ25.3722.1153.38-
YUV131.3162.82125.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.96%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 193 (75.78% from 255) = 43.67%
R=28.96%
G=27.38%
B=43.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281211930.340.3700.24245.8336.7361.57
Hex8079C12225018f6253e
Octal20017130142450303664576
Binary1000000011110011100000110001010010101100011110110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8079C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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