#7176CE

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

Shades of Moody Blue #7176CE

Tints of Moody Blue #7176CE

Color information

#7176CE (or 0x7176CE) is unknown color: approx Moody Blue. HEX triplet: 71, 76 and CE. RGB value is (113,118,206). Sum of RGB (Red+Green+Blue) = 113+118+206=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #7176CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7176CE is #8E8931. Grayscale: #7E7E7E. Windows color (decimal): -9341234 or 13530737. OLE color: 13530737.

HSL color Cylindrical-coordinate representation of color #7176CE: hue angle of 236.77º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7176CE is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB113118206-
CMYK0.450.4300.19
HSL236.77º48.69%62.55%-
HSV(B)236.77º45.15%80.78%-
XYZ24.4320.9261.14-
YUV126.54172.84118.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.86%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=25.86%
G=27.00%
B=47.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131182060.450.4300.19236.7748.6962.55
Hex7176CE2D2B013ed313f
Octal16116631655530233556177
Binary111000111101101100111010110110101101001111101101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7176CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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