#7176CD

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

Shades of Moody Blue #7176CD

Tints of Moody Blue #7176CD

Color information

#7176CD (or 0x7176CD) is unknown color: approx Moody Blue. HEX triplet: 71, 76 and CD. RGB value is (113,118,205). Sum of RGB (Red+Green+Blue) = 113+118+205=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #7176CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7176CD is #8E8932. Grayscale: #7E7E7E. Windows color (decimal): -9341235 or 13465201. OLE color: 13465201.

HSL color Cylindrical-coordinate representation of color #7176CD: hue angle of 236.74º 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 #7176CD is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113118205-
CMYK0.450.4200.20
HSL236.74º47.92%62.35%-
HSV(B)236.74º44.88%80.39%-
XYZ24.3120.8860.51-
YUV126.42172.34118.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.92%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=25.92%
G=27.06%
B=47.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131182050.450.4200.20236.7447.9262.35
Hex7176CD2D2A014ed303e
Octal16116631555520243556076
Binary111000111101101100110110110110101001010011101101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7176CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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