#717ACD

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

Shades of Moody Blue #717ACD

Tints of Moody Blue #717ACD

Color information

#717ACD (or 0x717ACD) is unknown color: approx Moody Blue. HEX triplet: 71, 7A and CD. RGB value is (113,122,205). Sum of RGB (Red+Green+Blue) = 113+122+205=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #717ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ACD is #8E8532. Grayscale: #808080. Windows color (decimal): -9340211 or 13466225. OLE color: 13466225.

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

Color convert

RGB113122205-
CMYK0.450.4000.20
HSL234.13º47.92%62.35%-
HSV(B)234.13º44.88%80.39%-
XYZ24.7921.8460.67-
YUV128.77171.02116.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.68%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=25.68%
G=27.73%
B=46.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131222050.450.4000.20234.1347.9262.35
Hex717ACD2D28014ea303e
Octal16117231555500243526076
Binary111000111110101100110110110110100001010011101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717ACD; }

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

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

<style>
 a { background-color: #717ACD; }

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

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

<style>
 span { border-color: #717ACD; }

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

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