Html Css Color HEX #716AFD Medium Slate Blue

📋 copy color: '#716AFD'

red 113 ◦ green 106 ◦ blue 253

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

Shades of Medium Slate Blue #716AFD

Tints of Medium Slate Blue #716AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 23.94%
G = 22.46%
B = 53.6%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#716AFD (or 0x716AFD) is known color: Medium Slate Blue. HEX triplet: 71, 6A and FD. RGB value is (113,106,253). Sum of RGB (Red+Green+Blue) = 113+106+253=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #716AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716AFD is #8E9502. Grayscale: #7C7C7C. Windows color (decimal): -9344259 or 16607857. OLE color: 16607857.

HSL color Cylindrical-coordinate representation of color #716AFD: hue angle of 242.86º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #716AFD is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 106 253 -
CMYK 0.55 0.58 0 0.01
HSL 242.86º 0.97% 0.7% -
HSV(B) 242.86º 0.58% 0.99% -
XYZ 29.69 20.91 95.4 -
YUV 124.85 200.32 119.55 -
System Red Green Blue C M Y K H S L
Decimal 113 106 253 0.55 0.58 0 0.01 242.86 0.97 0.7
Hex 71 6A FD 37 3A 0 1 F3 61 46
Octal 161 152 375 67 72 0 1 363 141 106
Binary 1110001 1101010 11111101 110111 111010 0 1 11110011 1100001 1000110

Color Harmonies of #716AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716AFD

Black with #716AFD

Text Example


Text Example

White with #716AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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