#7474C8

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

Shades of Moody Blue #7474C8

Tints of Moody Blue #7474C8

Color information

#7474C8 (or 0x7474C8) is unknown color: approx Moody Blue. HEX triplet: 74, 74 and C8. RGB value is (116,116,200). Sum of RGB (Red+Green+Blue) = 116+116+200=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 200 - color contains mainly: blue. Hex color #7474C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7474C8 is #8B8B37. Grayscale: #7D7D7D. Windows color (decimal): -9145144 or 13137012. OLE color: 13137012.

HSL color Cylindrical-coordinate representation of color #7474C8: hue angle of 240º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7474C8 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB116116200-
CMYK0.420.4200.22
HSL240º43.3%61.96%-
HSV(B)240º42%78.43%-
XYZ23.8720.3757.32-
YUV125.58170121.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.85%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 200 (78.52% from 255) = 46.30%
R=26.85%
G=26.85%
B=46.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161162000.420.4200.2224043.361.96
Hex7474C82A2A016f02b3e
Octal16416431052520263605376
Binary111010011101001100100010101010101001011011110000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7474C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7474C8; }

 p { color: rgb(116,116,200); }

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

<style>
 a { background-color: #7474C8; }

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

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

<style>
 span { border-color: #7474C8; }

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

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