#7371CD

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

Shades of Moody Blue #7371CD

Tints of Moody Blue #7371CD

Color information

#7371CD (or 0x7371CD) is unknown color: approx Moody Blue. HEX triplet: 73, 71 and CD. RGB value is (115,113,205). Sum of RGB (Red+Green+Blue) = 115+113+205=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #7371CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7371CD is #8C8E32. Grayscale: #7B7B7B. Windows color (decimal): -9211443 or 13463923. OLE color: 13463923.

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

Color convert

RGB115113205-
CMYK0.440.4500.20
HSL241.3º47.92%62.35%-
HSV(B)241.3º44.88%80.39%-
XYZ23.9919.8660.33-
YUV124.09173.66121.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.56%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=26.56%
G=26.10%
B=47.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151132050.440.4500.20241.347.9262.35
Hex7371CD2C2D014f1303e
Octal16316131554550243616076
Binary111001111100011100110110110010110101010011110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7371CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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