Html Css Color HEX #717DF9 Light Slate Blue

📋 copy color: '#717DF9'

red 113 ◦ green 125 ◦ blue 249

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

Shades of Light Slate Blue #717DF9

Tints of Light Slate Blue #717DF9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.67%

 BLUE value IS 249 (97.66% from 255) = 51.13%

R = 23.2%
G = 25.67%
B = 51.13%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#717DF9 (or 0x717DF9) is known color: Light Slate Blue. HEX triplet: 71, 7D and F9. RGB value is (113,125,249). Sum of RGB (Red+Green+Blue) = 113+125+249=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #717DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717DF9 is #8E8206. Grayscale: #878787. Windows color (decimal): -9339399 or 16350577. OLE color: 16350577.

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

Color convert

RGB 113 125 249 -
CMYK 0.55 0.50 0 0.02
HSL 234.71º 0.92% 0.71% -
HSV(B) 234.71º 0.55% 0.98% -
XYZ 31.24 25.02 92.8 -
YUV 135.55 192.02 111.92 -
System Red Green Blue C M Y K H S L
Decimal 113 125 249 0.55 0.50 0 0.02 234.71 0.92 0.71
Hex 71 7D F9 37 32 0 2 EB 5C 47
Octal 161 175 371 67 62 0 2 353 134 107
Binary 1110001 1111101 11111001 110111 110010 0 10 11101011 1011100 1000111

Color Harmonies of #717DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717DF9

Black with #717DF9

Text Example


Text Example

White with #717DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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