#717BD0

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

Shades of Moody Blue #717BD0

Tints of Moody Blue #717BD0

Color information

#717BD0 (or 0x717BD0) is unknown color: approx Moody Blue. HEX triplet: 71, 7B and D0. RGB value is (113,123,208). Sum of RGB (Red+Green+Blue) = 113+123+208=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #717BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717BD0 is #8E842F. Grayscale: #818181. Windows color (decimal): -9339952 or 13663089. OLE color: 13663089.

HSL color Cylindrical-coordinate representation of color #717BD0: hue angle of 233.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #717BD0 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB113123208-
CMYK0.460.4100.18
HSL233.68º50.26%62.94%-
HSV(B)233.68º45.67%81.57%-
XYZ25.2822.2362.63-
YUV129.7172.19116.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.45%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 208 (81.64% from 255) = 46.85%
R=25.45%
G=27.70%
B=46.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1131232080.460.4100.18233.6850.2662.94
Hex717BD02E29012ea323f
Octal16117332056510223526277
Binary111000111110111101000010111010100101001011101010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,123,208); }

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

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

 a { background-color: rgb(113,123,208); }

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

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

 span { border-color: rgb(113,123,208); }

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