#7572CC

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

Shades of Moody Blue #7572CC

Tints of Moody Blue #7572CC

Color information

#7572CC (or 0x7572CC) is unknown color: approx Moody Blue. HEX triplet: 75, 72 and CC. RGB value is (117,114,204). Sum of RGB (Red+Green+Blue) = 117+114+204=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #7572CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7572CC is #8A8D33. Grayscale: #7C7C7C. Windows color (decimal): -9080116 or 13398645. OLE color: 13398645.

HSL color Cylindrical-coordinate representation of color #7572CC: hue angle of 242º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7572CC is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117114204-
CMYK0.430.4400.2
HSL242º46.88%62.35%-
HSV(B)242º44.12%80%-
XYZ24.2520.1859.74-
YUV125.16172.49122.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 204 (80.08% from 255) = 46.90%
R=26.90%
G=26.21%
B=46.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171142040.430.4400.224246.8862.35
Hex7572CC2B2C014f22f3e
Octal16516231453540243625776
Binary111010111100101100110010101110110001010011110010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7572CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7572CC; }

 p { color: rgb(117,114,204); }

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

<style>
 a { background-color: #7572CC; }

 a { background-color: rgb(117,114,204); }

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

<style>
 span { border-color: #7572CC; }

 span { border-color: rgb(117,114,204); }

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