#8076B8

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

Shades of Moody Blue #8076B8

Tints of Moody Blue #8076B8

Color information

#8076B8 (or 0x8076B8) is unknown color: approx Moody Blue. HEX triplet: 80, 76 and B8. RGB value is (128,118,184). Sum of RGB (Red+Green+Blue) = 128+118+184=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 184 - color contains mainly: blue. Hex color #8076B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076B8 is #7F8947. Grayscale: #808080. Windows color (decimal): -8358216 or 12088960. OLE color: 12088960.

HSL color Cylindrical-coordinate representation of color #8076B8: hue angle of 249.09º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8076B8 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB128118184-
CMYK0.300.3600.28
HSL249.09º31.73%59.22%-
HSV(B)249.09º35.87%72.16%-
XYZ24.0321.0148.14-
YUV128.51159.31127.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 184 (72.27% from 255) = 42.79%
R=29.77%
G=27.44%
B=42.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1281181840.300.3600.28249.0931.7359.22
Hex8076B81E2401Cf9203b
Octal20016627036440343714073
Binary100000001110110101110001111010010001110011111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8076B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8076B8; }

 p { color: rgb(128,118,184); }

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

<style>
 a { background-color: #8076B8; }

 a { background-color: rgb(128,118,184); }

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

<style>
 span { border-color: #8076B8; }

 span { border-color: rgb(128,118,184); }

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