#8070BC

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

Shades of Moody Blue #8070BC

Tints of Moody Blue #8070BC

Color information

#8070BC (or 0x8070BC) is unknown color: approx Moody Blue. HEX triplet: 80, 70 and BC. RGB value is (128,112,188). Sum of RGB (Red+Green+Blue) = 128+112+188=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #8070BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8070BC is #7F8F43. Grayscale: #7D7D7D. Windows color (decimal): -8359748 or 12349568. OLE color: 12349568.

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

Color convert

RGB128112188-
CMYK0.320.4000.26
HSL252.63º36.19%58.82%-
HSV(B)252.63º40.43%73.73%-
XYZ23.7719.8150.15-
YUV125.45163.3129.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.91%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=29.91%
G=26.17%
B=43.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281121880.320.4000.26252.6336.1958.82
Hex8070BC202801Afd243b
Octal20016027440500323754473
Binary1000000011100001011110010000010100001101011111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8070BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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