#7574BD

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

Shades of Moody Blue #7574BD

Tints of Moody Blue #7574BD

Color information

#7574BD (or 0x7574BD) is unknown color: approx Moody Blue. HEX triplet: 75, 74 and BD. RGB value is (117,116,189). Sum of RGB (Red+Green+Blue) = 117+116+189=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #7574BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7574BD is #8A8B42. Grayscale: #7C7C7C. Windows color (decimal): -9079619 or 12416117. OLE color: 12416117.

HSL color Cylindrical-coordinate representation of color #7574BD: hue angle of 240.82º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7574BD is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117116189-
CMYK0.380.3900.26
HSL240.82º35.61%59.8%-
HSV(B)240.82º38.62%74.12%-
XYZ22.7719.9550.79-
YUV124.62164.33122.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 189 (74.22% from 255) = 44.79%
R=27.73%
G=27.49%
B=44.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171161890.380.3900.26240.8235.6159.8
Hex7574BD262701Af1243c
Octal16516427546470323614474
Binary111010111101001011110110011010011101101011110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7574BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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