#717DFB

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

Shades of Light Slate Blue #717DFB

Tints of Light Slate Blue #717DFB

Color information

#717DFB (or 0x717DFB) is unknown color: approx Light Slate Blue. HEX triplet: 71, 7D and FB. RGB value is (113,125,251). Sum of RGB (Red+Green+Blue) = 113+125+251=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #717DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717DFB is #8E8204. Grayscale: #878787. Windows color (decimal): -9339397 or 16481649. OLE color: 16481649.

HSL color Cylindrical-coordinate representation of color #717DFB: hue angle of 234.78º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #717DFB is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113125251-
CMYK0.550.5000.02
HSL234.78º94.52%71.37%-
HSV(B)234.78º54.98%98.43%-
XYZ31.5625.1494.46-
YUV135.78193.02111.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.11%
GREEN value IS 125 (49.22% from 255) = 25.56%
BLUE value IS 251 (98.44% from 255) = 51.33%
R=23.11%
G=25.56%
B=51.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131252510.550.5000.02234.7894.5271.37
Hex717DFB373202eb5f47
Octal161175373676202353137107
Binary11100011111101111110111101111100100101110101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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