Html Css Color HEX #716DFE Light Slate Blue

📋 copy color: '#716DFE'

red 113 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #716DFE

Tints of Light Slate Blue #716DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.9%

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

R = 23.74%
G = 22.9%
B = 53.36%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#716DFE (or 0x716DFE) is known color: Light Slate Blue. HEX triplet: 71, 6D and FE. RGB value is (113,109,254). Sum of RGB (Red+Green+Blue) = 113+109+254=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #716DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716DFE is #8E9201. Grayscale: #7E7E7E. Windows color (decimal): -9343490 or 16674161. OLE color: 16674161.

HSL color Cylindrical-coordinate representation of color #716DFE: hue angle of 241.66º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #716DFE is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 109 254 -
CMYK 0.56 0.57 0 0.00
HSL 241.66º 0.99% 0.71% -
HSV(B) 241.66º 0.57% 1% -
XYZ 30.17 21.6 96.35 -
YUV 126.73 199.83 118.21 -
System Red Green Blue C M Y K H S L
Decimal 113 109 254 0.56 0.57 0 0.00 241.66 0.99 0.71
Hex 71 6D FE 38 39 0 0 F2 63 47
Octal 161 155 376 70 71 0 0 362 143 107
Binary 1110001 1101101 11111110 111000 111001 0 0 11110010 1100011 1000111

Color Harmonies of #716DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716DFE

Black with #716DFE

Text Example


Text Example

White with #716DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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