#7475C9

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

Shades of Moody Blue #7475C9

Tints of Moody Blue #7475C9

Color information

#7475C9 (or 0x7475C9) is unknown color: approx Moody Blue. HEX triplet: 74, 75 and C9. RGB value is (116,117,201). Sum of RGB (Red+Green+Blue) = 116+117+201=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #7475C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7475C9 is #8B8A36. Grayscale: #7D7D7D. Windows color (decimal): -9144887 or 13202804. OLE color: 13202804.

HSL color Cylindrical-coordinate representation of color #7475C9: hue angle of 239.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7475C9 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116117201-
CMYK0.420.4200.21
HSL239.29º44.04%62.16%-
HSV(B)239.29º42.29%78.82%-
XYZ24.1120.6557.97-
YUV126.28170.17120.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.73%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 201 (78.91% from 255) = 46.31%
R=26.73%
G=26.96%
B=46.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161172010.420.4200.21239.2944.0462.16
Hex7475C92A2A015ef2c3e
Octal16416531152520253575476
Binary111010011101011100100110101010101001010111101111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7475C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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