#7571BA

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

Shades of Moody Blue #7571BA

Tints of Moody Blue #7571BA

Color information

#7571BA (or 0x7571BA) is unknown color: approx Moody Blue. HEX triplet: 75, 71 and BA. RGB value is (117,113,186). Sum of RGB (Red+Green+Blue) = 117+113+186=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #7571BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7571BA is #8A8E45. Grayscale: #7A7A7A. Windows color (decimal): -9080390 or 12218741. OLE color: 12218741.

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

Color convert

RGB117113186-
CMYK0.370.3900.27
HSL243.29º34.6%58.63%-
HSV(B)243.29º39.25%72.94%-
XYZ22.119.1448.98-
YUV122.52163.83124.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=28.12%
G=27.16%
B=44.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171131860.370.3900.27243.2934.658.63
Hex7571BA252701Bf3233b
Octal16516127245470333634373
Binary111010111100011011101010010110011101101111110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7571BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,113,186); }

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

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

 a { background-color: rgb(117,113,186); }

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

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

 span { border-color: rgb(117,113,186); }

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