Html Css Color HEX #716ADB Medium Slate Blue

📋 copy color: '#716ADB'

red 113 ◦ green 106 ◦ blue 219

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

Shades of Medium Slate Blue #716ADB

Tints of Medium Slate Blue #716ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 25.8%
G = 24.2%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#716ADB (or 0x716ADB) is known color: Medium Slate Blue. HEX triplet: 71, 6A and DB. RGB value is (113,106,219). Sum of RGB (Red+Green+Blue) = 113+106+219=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #716ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ADB is #8E9524. Grayscale: #787878. Windows color (decimal): -9344293 or 14379633. OLE color: 14379633.

HSL color Cylindrical-coordinate representation of color #716ADB: hue angle of 243.72º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #716ADB is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 106 219 -
CMYK 0.48 0.52 0 0.14
HSL 243.72º 0.61% 0.64% -
HSV(B) 243.72º 0.52% 0.86% -
XYZ 24.75 18.93 69.37 -
YUV 120.98 183.32 122.31 -
System Red Green Blue C M Y K H S L
Decimal 113 106 219 0.48 0.52 0 0.14 243.72 0.61 0.64
Hex 71 6A DB 30 34 0 E F4 3D 40
Octal 161 152 333 60 64 0 16 364 75 100
Binary 1110001 1101010 11011011 110000 110100 0 1110 11110100 111101 1000000

Color Harmonies of #716ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716ADB

Black with #716ADB

Text Example


Text Example

White with #716ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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