#8070BD

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

Shades of Moody Blue #8070BD

Tints of Moody Blue #8070BD

Color information

#8070BD (or 0x8070BD) is unknown color: approx Moody Blue. HEX triplet: 80, 70 and BD. RGB value is (128,112,189). Sum of RGB (Red+Green+Blue) = 128+112+189=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #8070BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8070BD is #7F8F42. Grayscale: #7D7D7D. Windows color (decimal): -8359747 or 12415104. OLE color: 12415104.

HSL color Cylindrical-coordinate representation of color #8070BD: hue angle of 252.47º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8070BD is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128112189-
CMYK0.320.4100.26
HSL252.47º36.84%59.02%-
HSV(B)252.47º40.74%74.12%-
XYZ23.8819.8550.72-
YUV125.56163.8129.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=29.84%
G=26.11%
B=44.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281121890.320.4100.26252.4736.8459.02
Hex8070BD202901Afc253b
Octal20016027540510323744573
Binary1000000011100001011110110000010100101101011111100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8070BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8070BD; }

 p { color: rgb(128,112,189); }

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

<style>
 a { background-color: #8070BD; }

 a { background-color: rgb(128,112,189); }

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

<style>
 span { border-color: #8070BD; }

 span { border-color: rgb(128,112,189); }

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