Html Css Color HEX #717DFF Light Slate Blue

📋 copy color: '#717DFF'

red 113 ◦ green 125 ◦ blue 255

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

Shades of Light Slate Blue #717DFF

Tints of Light Slate Blue #717DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.72%

R = 22.92%
G = 25.35%
B = 51.72%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#717DFF (or 0x717DFF) is known color: Light Slate Blue. HEX triplet: 71, 7D and FF. RGB value is (113,125,255). Sum of RGB (Red+Green+Blue) = 113+125+255=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #717DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717DFF is #8E8200. Grayscale: #878787. Windows color (decimal): -9339393 or 16743793. OLE color: 16743793.

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

Color convert

RGB 113 125 255 -
CMYK 0.56 0.51 0 0
HSL 234.93º 1% 0.72% -
HSV(B) 234.93º 0.56% 1% -
XYZ 32.19 25.4 97.81 -
YUV 136.23 195.02 111.43 -
System Red Green Blue C M Y K H S L
Decimal 113 125 255 0.56 0.51 0 0 234.93 1 0.72
Hex 71 7D FF 38 33 0 0 EB 64 48
Octal 161 175 377 70 63 0 0 353 144 110
Binary 1110001 1111101 11111111 111000 110011 0 0 11101011 1100100 1001000

Color Harmonies of #717DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717DFF

Black with #717DFF

Text Example


Text Example

White with #717DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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