#7C70BA

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

Shades of Moody Blue #7C70BA

Tints of Moody Blue #7C70BA

Color information

#7C70BA (or 0x7C70BA) is unknown color: approx Moody Blue. HEX triplet: 7C, 70 and BA. RGB value is (124,112,186). Sum of RGB (Red+Green+Blue) = 124+112+186=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C70BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C70BA is #838F45. Grayscale: #7B7B7B. Windows color (decimal): -8621894 or 12218492. OLE color: 12218492.

HSL color Cylindrical-coordinate representation of color #7C70BA: hue angle of 249.73º 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 #7C70BA is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB124112186-
CMYK0.330.4000.27
HSL249.73º34.91%58.43%-
HSV(B)249.73º39.78%72.94%-
XYZ22.9719.4248.99-
YUV124.02162.98127.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.38%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=29.38%
G=26.54%
B=44.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241121860.330.4000.27249.7334.9158.43
Hex7C70BA212801Bfa233a
Octal17416027241500333724372
Binary111110011100001011101010000110100001101111111010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C70BA; }

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

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

<style>
 a { background-color: #7C70BA; }

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

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

<style>
 span { border-color: #7C70BA; }

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

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