#717ACE

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

Shades of Moody Blue #717ACE

Tints of Moody Blue #717ACE

Color information

#717ACE (or 0x717ACE) is unknown color: approx Moody Blue. HEX triplet: 71, 7A and CE. RGB value is (113,122,206). Sum of RGB (Red+Green+Blue) = 113+122+206=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #717ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ACE is #8E8531. Grayscale: #808080. Windows color (decimal): -9340210 or 13531761. OLE color: 13531761.

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

Color convert

RGB113122206-
CMYK0.450.4100.19
HSL234.19º48.69%62.55%-
HSV(B)234.19º45.15%80.78%-
XYZ24.9121.8961.3-
YUV128.88171.52116.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.62%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 206 (80.86% from 255) = 46.71%
R=25.62%
G=27.66%
B=46.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131222060.450.4100.19234.1948.6962.55
Hex717ACE2D29013ea313f
Octal16117231655510233526177
Binary111000111110101100111010110110100101001111101010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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