#7570BF

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

Shades of Moody Blue #7570BF

Tints of Moody Blue #7570BF

Color information

#7570BF (or 0x7570BF) is unknown color: approx Moody Blue. HEX triplet: 75, 70 and BF. RGB value is (117,112,191). Sum of RGB (Red+Green+Blue) = 117+112+191=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #7570BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7570BF is #8A8F40. Grayscale: #7A7A7A. Windows color (decimal): -9080641 or 12546165. OLE color: 12546165.

HSL color Cylindrical-coordinate representation of color #7570BF: hue angle of 243.8º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7570BF is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117112191-
CMYK0.390.4100.25
HSL243.8º38.16%59.41%-
HSV(B)243.8º41.36%74.9%-
XYZ22.5319.1351.8-
YUV122.5166.66124.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 191 (75% from 255) = 45.48%
R=27.86%
G=26.67%
B=45.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171121910.390.4100.25243.838.1659.41
Hex7570BF2729019f4263b
Octal16516027747510313644673
Binary111010111100001011111110011110100101100111110100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7570BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7570BF; }

 p { color: rgb(117,112,191); }

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

<style>
 a { background-color: #7570BF; }

 a { background-color: rgb(117,112,191); }

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

<style>
 span { border-color: #7570BF; }

 span { border-color: rgb(117,112,191); }

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