#7574BF

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

Shades of Moody Blue #7574BF

Tints of Moody Blue #7574BF

Color information

#7574BF (or 0x7574BF) is unknown color: approx Moody Blue. HEX triplet: 75, 74 and BF. RGB value is (117,116,191). Sum of RGB (Red+Green+Blue) = 117+116+191=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #7574BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7574BF is #8A8B40. Grayscale: #7C7C7C. Windows color (decimal): -9079617 or 12547189. OLE color: 12547189.

HSL color Cylindrical-coordinate representation of color #7574BF: hue angle of 240.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7574BF is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117116191-
CMYK0.390.3900.25
HSL240.8º36.95%60.2%-
HSV(B)240.8º39.27%74.9%-
XYZ22.9920.0351.95-
YUV124.85165.33122.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.59%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 191 (75% from 255) = 45.05%
R=27.59%
G=27.36%
B=45.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171161910.390.3900.25240.836.9560.2
Hex7574BF2727019f1253c
Octal16516427747470313614574
Binary111010111101001011111110011110011101100111110001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7574BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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