#717EF7

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

Shades of Light Slate Blue #717EF7

Tints of Light Slate Blue #717EF7

Color information

#717EF7 (or 0x717EF7) is unknown color: approx Light Slate Blue. HEX triplet: 71, 7E and F7. RGB value is (113,126,247). Sum of RGB (Red+Green+Blue) = 113+126+247=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #717EF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717EF7 is #8E8108. Grayscale: #878787. Windows color (decimal): -9339145 or 16219761. OLE color: 16219761.

HSL color Cylindrical-coordinate representation of color #717EF7: hue angle of 234.18º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #717EF7 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB113126247-
CMYK0.540.4900.03
HSL234.18º89.33%70.59%-
HSV(B)234.18º54.25%96.86%-
XYZ31.0625.1591.21-
YUV135.91190.69111.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.25%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 247 (96.88% from 255) = 50.82%
R=23.25%
G=25.93%
B=50.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1131262470.540.4900.03234.1889.3370.59
Hex717EF7363103ea5947
Octal161176367666103352131107
Binary11100011111110111101111101101100010111110101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,126,247); }

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

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

 a { background-color: rgb(113,126,247); }

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

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

 span { border-color: rgb(113,126,247); }

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