Html Css Color HEX #717EFD Light Slate Blue

📋 copy color: '#717EFD'

red 113 ◦ green 126 ◦ blue 253

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

Shades of Light Slate Blue #717EFD

Tints of Light Slate Blue #717EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 22.97%
G = 25.61%
B = 51.42%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#717EFD (or 0x717EFD) is known color: Light Slate Blue. HEX triplet: 71, 7E and FD. RGB value is (113,126,253). Sum of RGB (Red+Green+Blue) = 113+126+253=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #717EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717EFD is #8E8102. Grayscale: #888888. Windows color (decimal): -9339139 or 16612977. OLE color: 16612977.

HSL color Cylindrical-coordinate representation of color #717EFD: hue angle of 234.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #717EFD is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 126 253 -
CMYK 0.55 0.50 0 0.01
HSL 234.43º 0.97% 0.72% -
HSV(B) 234.43º 0.55% 0.99% -
XYZ 32 25.52 96.17 -
YUV 136.59 193.69 111.17 -
System Red Green Blue C M Y K H S L
Decimal 113 126 253 0.55 0.50 0 0.01 234.43 0.97 0.72
Hex 71 7E FD 37 32 0 1 EA 61 48
Octal 161 176 375 67 62 0 1 352 141 110
Binary 1110001 1111110 11111101 110111 110010 0 1 11101010 1100001 1001000

Color Harmonies of #717EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717EFD

Black with #717EFD

Text Example


Text Example

White with #717EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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