Html Css Color HEX #717CF7 Light Slate Blue

📋 copy color: '#717CF7'

red 113 ◦ green 124 ◦ blue 247

#717CF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #717CF7

Tints of Light Slate Blue #717CF7

RGB

 RED value IS 113 (44.53% from 255) = 23.35%

 GREEN value IS 124 (48.83% from 255) = 25.62%

 BLUE value IS 247 (96.88% from 255) = 51.03%

R = 23.35%
G = 25.62%
B = 51.03%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#717CF7 (or 0x717CF7) is known color: Light Slate Blue. HEX triplet: 71, 7C and F7. RGB value is (113,124,247). Sum of RGB (Red+Green+Blue) = 113+124+247=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #717CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717CF7 is #8E8308. Grayscale: #868686. Windows color (decimal): -9339657 or 16219249. OLE color: 16219249.

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

Color convert

RGB 113 124 247 -
CMYK 0.54 0.50 0 0.03
HSL 235.07º 0.89% 0.71% -
HSV(B) 235.07º 0.54% 0.97% -
XYZ 30.81 24.64 91.13 -
YUV 134.73 191.36 112.5 -
System Red Green Blue C M Y K H S L
Decimal 113 124 247 0.54 0.50 0 0.03 235.07 0.89 0.71
Hex 71 7C F7 36 32 0 3 EB 59 47
Octal 161 174 367 66 62 0 3 353 131 107
Binary 1110001 1111100 11110111 110110 110010 0 11 11101011 1011001 1000111

Color Harmonies of #717CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717CF7

Black with #717CF7

Text Example


Text Example

White with #717CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #717CF7;
 }
 .AnyTagClassName
 {
   color: #717CF7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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