#8072b6

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

Shades of Moody Blue #8072B6

Tints of Moody Blue #8072B6

Color information

#8072B6 (or 0x8072B6) is unknown color: approx Moody Blue. HEX triplet: 80, 72 and B6. RGB value is (128,114,182). Sum of RGB (Red+Green+Blue) = 128+114+182=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 182 - color contains mainly: blue. Hex color #8072B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072B6 is #7F8D49. Grayscale: #7D7D7D. Windows color (decimal): -8359242 or 11956864. OLE color: 11956864.

HSL color Cylindrical-coordinate representation of color #8072B6: hue angle of 252.35º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8072B6 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB128114182-
CMYK0.300.3700.29
HSL252.35º31.78%58.04%-
HSV(B)252.35º37.36%71.37%-
XYZ23.362046.89-
YUV125.94159.64129.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 182 (71.48% from 255) = 42.92%
R=30.19%
G=26.89%
B=42.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281141820.300.3700.29252.3531.7858.04
Hex8072B61E2501Dfc203a
Octal20016226636450353744072
Binary100000001110010101101101111010010101110111111100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8072b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8072b6; }

 p { color: rgb(128,114,182); }

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

<style>
 a { background-color: #8072b6; }

 a { background-color: rgb(128,114,182); }

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

<style>
 span { border-color: #8072b6; }

 span { border-color: rgb(128,114,182); }

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