#7475DA

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

Shades of Moody Blue #7475DA

Tints of Moody Blue #7475DA

Color information

#7475DA (or 0x7475DA) is unknown color: approx Moody Blue. HEX triplet: 74, 75 and DA. RGB value is (116,117,218). Sum of RGB (Red+Green+Blue) = 116+117+218=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #7475DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7475DA is #8B8A25. Grayscale: #7F7F7F. Windows color (decimal): -9144870 or 14316916. OLE color: 14316916.

HSL color Cylindrical-coordinate representation of color #7475DA: hue angle of 239.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7475DA is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB116117218-
CMYK0.470.4600.15
HSL239.41º57.95%65.49%-
HSV(B)239.41º46.79%85.49%-
XYZ26.2221.569.1-
YUV128.22178.67119.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 218 (85.55% from 255) = 48.34%
R=25.72%
G=25.94%
B=48.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161172180.470.4600.15239.4157.9565.49
Hex7475DA2F2E0Fef3a41
Octal164165332575601735772101
Binary111010011101011101101010111110111001111111011111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7475DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7475DA; }

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

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

<style>
 a { background-color: #7475DA; }

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

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

<style>
 span { border-color: #7475DA; }

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

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