Html Css Color HEX #717CFF Light Slate Blue

📋 copy color: '#717CFF'

red 113 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #717CFF

Tints of Light Slate Blue #717CFF

RGB

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

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

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

R = 22.97%
G = 25.2%
B = 51.83%

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

#717CFF (or 0x717CFF) is known color: Light Slate Blue. HEX triplet: 71, 7C and FF. RGB value is (113,124,255). Sum of RGB (Red+Green+Blue) = 113+124+255=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #717CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717CFF is #8E8300. Grayscale: #878787. Windows color (decimal): -9339649 or 16743537. OLE color: 16743537.

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

Color convert

RGB 113 124 255 -
CMYK 0.56 0.51 0 0
HSL 235.35º 1% 0.72% -
HSV(B) 235.35º 0.56% 1% -
XYZ 32.07 25.15 97.77 -
YUV 135.65 195.36 111.85 -
System Red Green Blue C M Y K H S L
Decimal 113 124 255 0.56 0.51 0 0 235.35 1 0.72
Hex 71 7C FF 38 33 0 0 EB 64 48
Octal 161 174 377 70 63 0 0 353 144 110
Binary 1110001 1111100 11111111 111000 110011 0 0 11101011 1100100 1001000

Color Harmonies of #717CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717CFF

Black with #717CFF

Text Example


Text Example

White with #717CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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