#7174D9

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

Shades of Moody Blue #7174D9

Tints of Moody Blue #7174D9

Color information

#7174D9 (or 0x7174D9) is unknown color: approx Moody Blue. HEX triplet: 71, 74 and D9. RGB value is (113,116,217). Sum of RGB (Red+Green+Blue) = 113+116+217=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #7174D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7174D9 is #8E8B26. Grayscale: #7E7E7E. Windows color (decimal): -9341735 or 14251121. OLE color: 14251121.

HSL color Cylindrical-coordinate representation of color #7174D9: hue angle of 238.27º degrees, saturation: 0.58, 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 #7174D9 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113116217-
CMYK0.480.4700.15
HSL238.27º57.78%64.71%-
HSV(B)238.27º47.93%85.1%-
XYZ25.5821.0168.35-
YUV126.62179.01118.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.34%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 217 (85.16% from 255) = 48.65%
R=25.34%
G=26.01%
B=48.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131162170.480.4700.15238.2757.7864.71
Hex7174D9302F0Fee3a41
Octal161164331605701735672101
Binary111000111101001101100111000010111101111111011101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7174D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7174D9; }

 p { color: rgb(113,116,217); }

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

<style>
 a { background-color: #7174D9; }

 a { background-color: rgb(113,116,217); }

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

<style>
 span { border-color: #7174D9; }

 span { border-color: rgb(113,116,217); }

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