Html Css Color HEX #717FF8 Light Slate Blue

📋 copy color: '#717FF8'

red 113 ◦ green 127 ◦ blue 248

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

Shades of Light Slate Blue #717FF8

Tints of Light Slate Blue #717FF8

RGB

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

 GREEN value IS 127 (50% from 255) = 26.02%

 BLUE value IS 248 (97.27% from 255) = 50.82%

R = 23.16%
G = 26.02%
B = 50.82%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#717FF8 (or 0x717FF8) is known color: Light Slate Blue. HEX triplet: 71, 7F and F8. RGB value is (113,127,248). Sum of RGB (Red+Green+Blue) = 113+127+248=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #717FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717FF8 is #8E8007. Grayscale: #888888. Windows color (decimal): -9338888 or 16285553. OLE color: 16285553.

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

Color convert

RGB 113 127 248 -
CMYK 0.54 0.49 0 0.03
HSL 233.78º 0.91% 0.71% -
HSV(B) 233.78º 0.54% 0.97% -
XYZ 31.34 25.47 92.07 -
YUV 136.61 190.86 111.16 -
System Red Green Blue C M Y K H S L
Decimal 113 127 248 0.54 0.49 0 0.03 233.78 0.91 0.71
Hex 71 7F F8 36 31 0 3 EA 5B 47
Octal 161 177 370 66 61 0 3 352 133 107
Binary 1110001 1111111 11111000 110110 110001 0 11 11101010 1011011 1000111

Color Harmonies of #717FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717FF8

Black with #717FF8

Text Example


Text Example

White with #717FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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