Html Css Color HEX #717CFE Light Slate Blue

📋 copy color: '#717CFE'

red 113 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #717CFE

Tints of Light Slate Blue #717CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 23.01%
G = 25.25%
B = 51.73%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#717CFE (or 0x717CFE) is known color: Light Slate Blue. HEX triplet: 71, 7C and FE. RGB value is (113,124,254). Sum of RGB (Red+Green+Blue) = 113+124+254=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #717CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717CFE is #8E8301. Grayscale: #878787. Windows color (decimal): -9339650 or 16678001. OLE color: 16678001.

HSL color Cylindrical-coordinate representation of color #717CFE: hue angle of 235.32º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #717CFE is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 124 254 -
CMYK 0.56 0.51 0 0.00
HSL 235.32º 0.99% 0.72% -
HSV(B) 235.32º 0.56% 1% -
XYZ 31.91 25.08 96.93 -
YUV 135.53 194.86 111.93 -
System Red Green Blue C M Y K H S L
Decimal 113 124 254 0.56 0.51 0 0.00 235.32 0.99 0.72
Hex 71 7C FE 38 33 0 0 EB 63 48
Octal 161 174 376 70 63 0 0 353 143 110
Binary 1110001 1111100 11111110 111000 110011 0 0 11101011 1100011 1001000

Color Harmonies of #717CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717CFE

Black with #717CFE

Text Example


Text Example

White with #717CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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