#7574CC

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

Shades of Moody Blue #7574CC

Tints of Moody Blue #7574CC

Color information

#7574CC (or 0x7574CC) is unknown color: approx Moody Blue. HEX triplet: 75, 74 and CC. RGB value is (117,116,204). Sum of RGB (Red+Green+Blue) = 117+116+204=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #7574CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7574CC is #8A8B33. Grayscale: #7D7D7D. Windows color (decimal): -9079604 or 13399157. OLE color: 13399157.

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

Color convert

RGB117116204-
CMYK0.430.4300.2
HSL240.68º46.32%62.75%-
HSV(B)240.68º43.14%80%-
XYZ24.4820.6359.82-
YUV126.33171.83121.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 204 (80.08% from 255) = 46.68%
R=26.77%
G=26.54%
B=46.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171162040.430.4300.2240.6846.3262.75
Hex7574CC2B2B014f12e3f
Octal16516431453530243615677
Binary111010111101001100110010101110101101010011110001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7574CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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