Html Css Color HEX #716ADC Medium Slate Blue

📋 copy color: '#716ADC'

red 113 ◦ green 106 ◦ blue 220

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

Shades of Medium Slate Blue #716ADC

Tints of Medium Slate Blue #716ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 25.74%
G = 24.15%
B = 50.11%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#716ADC (or 0x716ADC) is known color: Medium Slate Blue. HEX triplet: 71, 6A and DC. RGB value is (113,106,220). Sum of RGB (Red+Green+Blue) = 113+106+220=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #716ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ADC is #8E9523. Grayscale: #787878. Windows color (decimal): -9344292 or 14445169. OLE color: 14445169.

HSL color Cylindrical-coordinate representation of color #716ADC: hue angle of 243.68º degrees, saturation: 0.62, 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 #716ADC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 106 220 -
CMYK 0.49 0.52 0 0.14
HSL 243.68º 0.62% 0.64% -
HSV(B) 243.68º 0.52% 0.86% -
XYZ 24.88 18.99 70.06 -
YUV 121.09 183.82 122.23 -
System Red Green Blue C M Y K H S L
Decimal 113 106 220 0.49 0.52 0 0.14 243.68 0.62 0.64
Hex 71 6A DC 31 34 0 E F4 3E 40
Octal 161 152 334 61 64 0 16 364 76 100
Binary 1110001 1101010 11011100 110001 110100 0 1110 11110100 111110 1000000

Color Harmonies of #716ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716ADC

Black with #716ADC

Text Example


Text Example

White with #716ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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