#7375CD

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

Shades of Moody Blue #7375CD

Tints of Moody Blue #7375CD

Color information

#7375CD (or 0x7375CD) is unknown color: approx Moody Blue. HEX triplet: 73, 75 and CD. RGB value is (115,117,205). Sum of RGB (Red+Green+Blue) = 115+117+205=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #7375CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7375CD is #8C8A32. Grayscale: #7E7E7E. Windows color (decimal): -9210419 or 13464947. OLE color: 13464947.

HSL color Cylindrical-coordinate representation of color #7375CD: hue angle of 238.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7375CD is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115117205-
CMYK0.440.4300.20
HSL238.67º47.37%62.75%-
HSV(B)238.67º43.9%80.39%-
XYZ24.4520.7860.48-
YUV126.43172.34119.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.32%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=26.32%
G=26.77%
B=46.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151172050.440.4300.20238.6747.3762.75
Hex7375CD2C2B014ef2f3f
Octal16316531554530243575777
Binary111001111101011100110110110010101101010011101111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7375CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7375CD; }

 p { color: rgb(115,117,205); }

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

<style>
 a { background-color: #7375CD; }

 a { background-color: rgb(115,117,205); }

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

<style>
 span { border-color: #7375CD; }

 span { border-color: rgb(115,117,205); }

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