Html Css Color HEX #717DFB Light Slate Blue

📋 copy color: '#717DFB'

red 113 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #717DFB

Tints of Light Slate Blue #717DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.33%

R = 23.11%
G = 25.56%
B = 51.33%

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

#717DFB (or 0x717DFB) is known color: Light Slate Blue. HEX triplet: 71, 7D and FB. RGB value is (113,125,251). Sum of RGB (Red+Green+Blue) = 113+125+251=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #717DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717DFB is #8E8204. Grayscale: #878787. Windows color (decimal): -9339397 or 16481649. OLE color: 16481649.

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

Color convert

RGB 113 125 251 -
CMYK 0.55 0.50 0 0.02
HSL 234.78º 0.95% 0.71% -
HSV(B) 234.78º 0.55% 0.98% -
XYZ 31.56 25.14 94.46 -
YUV 135.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 113 125 251 0.55 0.50 0 0.02 234.78 0.95 0.71
Hex 71 7D FB 37 32 0 2 EB 5F 47
Octal 161 175 373 67 62 0 2 353 137 107
Binary 1110001 1111101 11111011 110111 110010 0 10 11101011 1011111 1000111

Color Harmonies of #717DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717DFB

Black with #717DFB

Text Example


Text Example

White with #717DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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