Html Css Color HEX #717EFF Light Slate Blue

📋 copy color: '#717EFF'

red 113 ◦ green 126 ◦ blue 255

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

Shades of Light Slate Blue #717EFF

Tints of Light Slate Blue #717EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.51%

 BLUE value IS 255 (100% from 255) = 51.62%

R = 22.87%
G = 25.51%
B = 51.62%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#717EFF (or 0x717EFF) is known color: Light Slate Blue. HEX triplet: 71, 7E and FF. RGB value is (113,126,255). Sum of RGB (Red+Green+Blue) = 113+126+255=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #717EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717EFF is #8E8100. Grayscale: #888888. Windows color (decimal): -9339137 or 16744049. OLE color: 16744049.

HSL color Cylindrical-coordinate representation of color #717EFF: hue angle of 234.51º 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 #717EFF is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 126 255 -
CMYK 0.56 0.51 0 0
HSL 234.51º 1% 0.72% -
HSV(B) 234.51º 0.56% 1% -
XYZ 32.32 25.65 97.86 -
YUV 136.82 194.69 111.01 -
System Red Green Blue C M Y K H S L
Decimal 113 126 255 0.56 0.51 0 0 234.51 1 0.72
Hex 71 7E FF 38 33 0 0 EB 64 48
Octal 161 176 377 70 63 0 0 353 144 110
Binary 1110001 1111110 11111111 111000 110011 0 0 11101011 1100100 1001000

Color Harmonies of #717EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717EFF

Black with #717EFF

Text Example


Text Example

White with #717EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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