Html Css Color HEX #716ADD Medium Slate Blue

📋 copy color: '#716ADD'

red 113 ◦ green 106 ◦ blue 221

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

Shades of Medium Slate Blue #716ADD

Tints of Medium Slate Blue #716ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 25.68%
G = 24.09%
B = 50.23%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#716ADD (or 0x716ADD) is known color: Medium Slate Blue. HEX triplet: 71, 6A and DD. RGB value is (113,106,221). Sum of RGB (Red+Green+Blue) = 113+106+221=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #716ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ADD is #8E9522. Grayscale: #787878. Windows color (decimal): -9344291 or 14510705. OLE color: 14510705.

HSL color Cylindrical-coordinate representation of color #716ADD: hue angle of 243.65º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #716ADD is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 106 221 -
CMYK 0.49 0.52 0 0.13
HSL 243.65º 0.63% 0.64% -
HSV(B) 243.65º 0.52% 0.87% -
XYZ 25.02 19.04 70.76 -
YUV 121.2 184.32 122.15 -
System Red Green Blue C M Y K H S L
Decimal 113 106 221 0.49 0.52 0 0.13 243.65 0.63 0.64
Hex 71 6A DD 31 34 0 D F4 3F 40
Octal 161 152 335 61 64 0 15 364 77 100
Binary 1110001 1101010 11011101 110001 110100 0 1101 11110100 111111 1000000

Color Harmonies of #716ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716ADD

Black with #716ADD

Text Example


Text Example

White with #716ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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