Html Css Color HEX #716CDC Medium Slate Blue

📋 copy color: '#716CDC'

red 113 ◦ green 108 ◦ blue 220

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

Shades of Medium Slate Blue #716CDC

Tints of Medium Slate Blue #716CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.49%

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

R = 25.62%
G = 24.49%
B = 49.89%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#716CDC (or 0x716CDC) is known color: Medium Slate Blue. HEX triplet: 71, 6C and DC. RGB value is (113,108,220). Sum of RGB (Red+Green+Blue) = 113+108+220=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #716CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716CDC is #8E9323. Grayscale: #797979. Windows color (decimal): -9343780 or 14445681. OLE color: 14445681.

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

Color convert

RGB 113 108 220 -
CMYK 0.49 0.51 0 0.14
HSL 242.68º 0.62% 0.64% -
HSV(B) 242.68º 0.51% 0.86% -
XYZ 25.09 19.4 70.13 -
YUV 122.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 113 108 220 0.49 0.51 0 0.14 242.68 0.62 0.64
Hex 71 6C DC 31 33 0 E F3 3E 40
Octal 161 154 334 61 63 0 16 363 76 100
Binary 1110001 1101100 11011100 110001 110011 0 1110 11110011 111110 1000000

Color Harmonies of #716CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716CDC

Black with #716CDC

Text Example


Text Example

White with #716CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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