#717AF8

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

Shades of Light Slate Blue #717AF8

Tints of Light Slate Blue #717AF8

Color information

#717AF8 (or 0x717AF8) is unknown color: approx Light Slate Blue. HEX triplet: 71, 7A and F8. RGB value is (113,122,248). Sum of RGB (Red+Green+Blue) = 113+122+248=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #717AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717AF8 is #8E8507. Grayscale: #858585. Windows color (decimal): -9340168 or 16284273. OLE color: 16284273.

HSL color Cylindrical-coordinate representation of color #717AF8: hue angle of 236º degrees, saturation: 0.91, 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 #717AF8 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB113122248-
CMYK0.540.5100.03
HSL236º90.6%70.78%-
HSV(B)236º54.44%97.25%-
XYZ30.7124.2191.86-
YUV133.67192.52113.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.40%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 248 (97.27% from 255) = 51.35%
R=23.40%
G=25.26%
B=51.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1131222480.540.5100.0323690.670.78
Hex717AF8363303ec5b47
Octal161172370666303354133107
Binary11100011111010111110001101101100110111110110010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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