#7870BA

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

Shades of Moody Blue #7870BA

Tints of Moody Blue #7870BA

Color information

#7870BA (or 0x7870BA) is unknown color: approx Moody Blue. HEX triplet: 78, 70 and BA. RGB value is (120,112,186). Sum of RGB (Red+Green+Blue) = 120+112+186=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #7870BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7870BA is #878F45. Grayscale: #7A7A7A. Windows color (decimal): -8884038 or 12218488. OLE color: 12218488.

HSL color Cylindrical-coordinate representation of color #7870BA: hue angle of 246.49º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7870BA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120112186-
CMYK0.350.4000.27
HSL246.49º34.91%58.43%-
HSV(B)246.49º39.78%72.94%-
XYZ22.419.1348.97-
YUV122.83163.65125.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=28.71%
G=26.79%
B=44.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201121860.350.4000.27246.4934.9158.43
Hex7870BA232801Bf6233a
Octal17016027243500333664372
Binary111100011100001011101010001110100001101111110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7870BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7870BA; }

 p { color: rgb(120,112,186); }

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

<style>
 a { background-color: #7870BA; }

 a { background-color: rgb(120,112,186); }

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

<style>
 span { border-color: #7870BA; }

 span { border-color: rgb(120,112,186); }

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