#717ACC

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

Shades of Moody Blue #717ACC

Tints of Moody Blue #717ACC

Color information

#717ACC (or 0x717ACC) is unknown color: approx Moody Blue. HEX triplet: 71, 7A and CC. RGB value is (113,122,204). Sum of RGB (Red+Green+Blue) = 113+122+204=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #717ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ACC is #8E8533. Grayscale: #808080. Windows color (decimal): -9340212 or 13400689. OLE color: 13400689.

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

Color convert

RGB113122204-
CMYK0.450.4000.2
HSL234.07º47.15%62.16%-
HSV(B)234.07º44.61%80%-
XYZ24.6721.7960.03-
YUV128.66170.52116.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.74%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=25.74%
G=27.79%
B=46.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1131222040.450.4000.2234.0747.1562.16
Hex717ACC2D28014ea2f3e
Octal16117231455500243525776
Binary111000111110101100110010110110100001010011101010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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