Html Css Color HEX #716FFE Light Slate Blue

📋 copy color: '#716FFE'

red 113 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #716FFE

Tints of Light Slate Blue #716FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.22%

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

R = 23.64%
G = 23.22%
B = 53.14%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#716FFE (or 0x716FFE) is known color: Light Slate Blue. HEX triplet: 71, 6F and FE. RGB value is (113,111,254). Sum of RGB (Red+Green+Blue) = 113+111+254=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #716FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716FFE is #8E9001. Grayscale: #7F7F7F. Windows color (decimal): -9342978 or 16674673. OLE color: 16674673.

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

Color convert

RGB 113 111 254 -
CMYK 0.56 0.56 0 0.00
HSL 240.84º 0.99% 0.72% -
HSV(B) 240.84º 0.56% 1% -
XYZ 30.38 22.04 96.42 -
YUV 127.9 199.16 117.37 -
System Red Green Blue C M Y K H S L
Decimal 113 111 254 0.56 0.56 0 0.00 240.84 0.99 0.72
Hex 71 6F FE 38 38 0 0 F1 63 48
Octal 161 157 376 70 70 0 0 361 143 110
Binary 1110001 1101111 11111110 111000 111000 0 0 11110001 1100011 1001000

Color Harmonies of #716FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716FFE

Black with #716FFE

Text Example


Text Example

White with #716FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716FFE; }

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

 H1.HeaderClassName
 {
   color: #716FFE;
 }
 .AnyTagClassName
 {
   color: #716FFE;
 }
</style>

background-color css

<style>
 a { background-color: #716FFE; }

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

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

border-color css

<style>
 span { border-color: #716FFE; }

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

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