#7176DA

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

Shades of Moody Blue #7176DA

Tints of Moody Blue #7176DA

Color information

#7176DA (or 0x7176DA) is unknown color: approx Moody Blue. HEX triplet: 71, 76 and DA. RGB value is (113,118,218). Sum of RGB (Red+Green+Blue) = 113+118+218=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #7176DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7176DA is #8E8925. Grayscale: #7F7F7F. Windows color (decimal): -9341222 or 14317169. OLE color: 14317169.

HSL color Cylindrical-coordinate representation of color #7176DA: hue angle of 237.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7176DA is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113118218-
CMYK0.480.4600.15
HSL237.14º58.66%64.9%-
HSV(B)237.14º48.17%85.49%-
XYZ25.9421.5369.12-
YUV127.9178.84117.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.17%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 218 (85.55% from 255) = 48.55%
R=25.17%
G=26.28%
B=48.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131182180.480.4600.15237.1458.6664.9
Hex7176DA302E0Fed3b41
Octal161166332605601735573101
Binary111000111101101101101011000010111001111111011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7176DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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