#717DFF

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

Shades of Light Slate Blue #717DFF

Tints of Light Slate Blue #717DFF

Color information

#717DFF (or 0x717DFF) is unknown color: approx Light Slate Blue. HEX triplet: 71, 7D and FF. RGB value is (113,125,255). Sum of RGB (Red+Green+Blue) = 113+125+255=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #717DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717DFF is #8E8200. Grayscale: #878787. Windows color (decimal): -9339393 or 16743793. OLE color: 16743793.

HSL color Cylindrical-coordinate representation of color #717DFF: hue angle of 234.93º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #717DFF is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB113125255-
CMYK0.560.5100
HSL234.93º100%72.16%-
HSV(B)234.93º55.69%100%-
XYZ32.1925.497.81-
YUV136.23195.02111.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.92%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 255 (100% from 255) = 51.72%
R=22.92%
G=25.35%
B=51.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1131252550.560.5100234.9310072.16
Hex717DFF383300eb6448
Octal161175377706300353144110
Binary1110001111110111111111111000110011001110101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,125,255); }

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

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

 a { background-color: rgb(113,125,255); }

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

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

 span { border-color: rgb(113,125,255); }

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