#7474CE

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

Shades of Moody Blue #7474CE

Tints of Moody Blue #7474CE

Color information

#7474CE (or 0x7474CE) is unknown color: approx Moody Blue. HEX triplet: 74, 74 and CE. RGB value is (116,116,206). Sum of RGB (Red+Green+Blue) = 116+116+206=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #7474CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7474CE is #8B8B31. Grayscale: #7D7D7D. Windows color (decimal): -9145138 or 13530228. OLE color: 13530228.

HSL color Cylindrical-coordinate representation of color #7474CE: hue angle of 240º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7474CE is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116116206-
CMYK0.440.4400.19
HSL240º47.87%63.14%-
HSV(B)240º43.69%80.78%-
XYZ24.5920.6661.08-
YUV126.26173120.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 206 (80.86% from 255) = 47.03%
R=26.48%
G=26.48%
B=47.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161162060.440.4400.1924047.8763.14
Hex7474CE2C2C013f0303f
Octal16416431654540233606077
Binary111010011101001100111010110010110001001111110000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7474CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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