Html Css Color HEX #717CFD Light Slate Blue

📋 copy color: '#717CFD'

red 113 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #717CFD

Tints of Light Slate Blue #717CFD

RGB

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

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

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

R = 23.06%
G = 25.31%
B = 51.63%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#717CFD (or 0x717CFD) is known color: Light Slate Blue. HEX triplet: 71, 7C and FD. RGB value is (113,124,253). Sum of RGB (Red+Green+Blue) = 113+124+253=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #717CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717CFD is #8E8302. Grayscale: #868686. Windows color (decimal): -9339651 or 16612465. OLE color: 16612465.

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

Color convert

RGB 113 124 253 -
CMYK 0.55 0.51 0 0.01
HSL 235.29º 0.97% 0.72% -
HSV(B) 235.29º 0.55% 0.99% -
XYZ 31.75 25.02 96.08 -
YUV 135.42 194.36 112.01 -
System Red Green Blue C M Y K H S L
Decimal 113 124 253 0.55 0.51 0 0.01 235.29 0.97 0.72
Hex 71 7C FD 37 33 0 1 EB 61 48
Octal 161 174 375 67 63 0 1 353 141 110
Binary 1110001 1111100 11111101 110111 110011 0 1 11101011 1100001 1001000

Color Harmonies of #717CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717CFD

Black with #717CFD

Text Example


Text Example

White with #717CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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