#7572CD

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

Shades of Moody Blue #7572CD

Tints of Moody Blue #7572CD

Color information

#7572CD (or 0x7572CD) is unknown color: approx Moody Blue. HEX triplet: 75, 72 and CD. RGB value is (117,114,205). Sum of RGB (Red+Green+Blue) = 117+114+205=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #7572CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7572CD is #8A8D32. Grayscale: #7C7C7C. Windows color (decimal): -9080115 or 13464181. OLE color: 13464181.

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

Color convert

RGB117114205-
CMYK0.430.4400.20
HSL241.98º47.64%62.55%-
HSV(B)241.98º44.39%80.39%-
XYZ24.3720.2260.38-
YUV125.27172.99122.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=26.83%
G=26.15%
B=47.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171142050.430.4400.20241.9847.6462.55
Hex7572CD2B2C014f2303f
Octal16516231553540243626077
Binary111010111100101100110110101110110001010011110010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7572CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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