Html Css Color HEX #716AFE Medium Slate Blue

📋 copy color: '#716AFE'

red 113 ◦ green 106 ◦ blue 254

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

Shades of Medium Slate Blue #716AFE

Tints of Medium Slate Blue #716AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

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

R = 23.89%
G = 22.41%
B = 53.7%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#716AFE (or 0x716AFE) is known color: Medium Slate Blue. HEX triplet: 71, 6A and FE. RGB value is (113,106,254). Sum of RGB (Red+Green+Blue) = 113+106+254=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #716AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716AFE is #8E9501. Grayscale: #7C7C7C. Windows color (decimal): -9344258 or 16673393. OLE color: 16673393.

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

Color convert

RGB 113 106 254 -
CMYK 0.56 0.58 0 0.00
HSL 242.84º 0.99% 0.71% -
HSV(B) 242.84º 0.58% 1% -
XYZ 29.85 20.97 96.24 -
YUV 124.97 200.82 119.47 -
System Red Green Blue C M Y K H S L
Decimal 113 106 254 0.56 0.58 0 0.00 242.84 0.99 0.71
Hex 71 6A FE 38 3A 0 0 F3 63 47
Octal 161 152 376 70 72 0 0 363 143 107
Binary 1110001 1101010 11111110 111000 111010 0 0 11110011 1100011 1000111

Color Harmonies of #716AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716AFE

Black with #716AFE

Text Example


Text Example

White with #716AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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