#717CCF

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

Shades of Moody Blue #717CCF

Tints of Moody Blue #717CCF

Color information

#717CCF (or 0x717CCF) is unknown color: approx Moody Blue. HEX triplet: 71, 7C and CF. RGB value is (113,124,207). Sum of RGB (Red+Green+Blue) = 113+124+207=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #717CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717CCF is #8E8330. Grayscale: #818181. Windows color (decimal): -9339697 or 13597809. OLE color: 13597809.

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

Color convert

RGB113124207-
CMYK0.450.4000.19
HSL232.98º49.47%62.75%-
HSV(B)232.98º45.41%81.18%-
XYZ25.2822.4362.03-
YUV130.17171.36115.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.45%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=25.45%
G=27.93%
B=46.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131242070.450.4000.19232.9849.4762.75
Hex717CCF2D28013e9313f
Octal16117431755500233516177
Binary111000111111001100111110110110100001001111101001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,124,207); }

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

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

 a { background-color: rgb(113,124,207); }

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

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

 span { border-color: rgb(113,124,207); }

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