#8072BB

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

Shades of Moody Blue #8072BB

Tints of Moody Blue #8072BB

Color information

#8072BB (or 0x8072BB) is unknown color: approx Moody Blue. HEX triplet: 80, 72 and BB. RGB value is (128,114,187). Sum of RGB (Red+Green+Blue) = 128+114+187=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #8072BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072BB is #7F8D44. Grayscale: #7E7E7E. Windows color (decimal): -8359237 or 12284544. OLE color: 12284544.

HSL color Cylindrical-coordinate representation of color #8072BB: hue angle of 251.51º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8072BB is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128114187-
CMYK0.320.3900.27
HSL251.51º34.93%59.02%-
HSV(B)251.51º39.04%73.33%-
XYZ23.8920.2149.66-
YUV126.51162.14129.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=29.84%
G=26.57%
B=43.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281141870.320.3900.27251.5134.9359.02
Hex8072BB202701Bfc233b
Octal20016227340470333744373
Binary1000000011100101011101110000010011101101111111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8072BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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