#717BD8

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

Shades of Moody Blue #717BD8

Tints of Moody Blue #717BD8

Color information

#717BD8 (or 0x717BD8) is unknown color: approx Moody Blue. HEX triplet: 71, 7B and D8. RGB value is (113,123,216). Sum of RGB (Red+Green+Blue) = 113+123+216=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #717BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717BD8 is #8E8427. Grayscale: #828282. Windows color (decimal): -9339944 or 14187377. OLE color: 14187377.

HSL color Cylindrical-coordinate representation of color #717BD8: hue angle of 234.17º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #717BD8 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113123216-
CMYK0.480.4300.15
HSL234.17º56.91%64.51%-
HSV(B)234.17º47.69%84.71%-
XYZ26.2922.6367.95-
YUV130.61176.19115.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25%
GREEN value IS 123 (48.44% from 255) = 27.21%
BLUE value IS 216 (84.77% from 255) = 47.79%
R=25%
G=27.21%
B=47.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131232160.480.4300.15234.1756.9164.51
Hex717BD8302B0Fea3941
Octal161173330605301735271101
Binary111000111110111101100011000010101101111111010101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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