#717FF9

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

Shades of Light Slate Blue #717FF9

Tints of Light Slate Blue #717FF9

Color information

#717FF9 (or 0x717FF9) is unknown color: approx Light Slate Blue. HEX triplet: 71, 7F and F9. RGB value is (113,127,249). Sum of RGB (Red+Green+Blue) = 113+127+249=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #717FF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717FF9 is #8E8006. Grayscale: #888888. Windows color (decimal): -9338887 or 16351089. OLE color: 16351089.

HSL color Cylindrical-coordinate representation of color #717FF9: hue angle of 233.82º degrees, saturation: 0.92, 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 #717FF9 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113127249-
CMYK0.550.4900.02
HSL233.82º91.89%70.98%-
HSV(B)233.82º54.62%97.65%-
XYZ31.525.5392.89-
YUV136.72191.36111.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.11%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 249 (97.66% from 255) = 50.92%
R=23.11%
G=25.97%
B=50.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131272490.550.4900.02233.8291.8970.98
Hex717FF9373102ea5c47
Octal161177371676102352134107
Binary11100011111111111110011101111100010101110101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,127,249); }

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

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

 a { background-color: rgb(113,127,249); }

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

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

 span { border-color: rgb(113,127,249); }

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