Html Css Color HEX #717ADC Medium Slate Blue

📋 copy color: '#717ADC'

red 113 ◦ green 122 ◦ blue 220

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

Shades of Medium Slate Blue #717ADC

Tints of Medium Slate Blue #717ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.81%

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

R = 24.84%
G = 26.81%
B = 48.35%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#717ADC (or 0x717ADC) is known color: Medium Slate Blue. HEX triplet: 71, 7A and DC. RGB value is (113,122,220). Sum of RGB (Red+Green+Blue) = 113+122+220=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #717ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ADC is #8E8523. Grayscale: #828282. Windows color (decimal): -9340196 or 14449265. OLE color: 14449265.

HSL color Cylindrical-coordinate representation of color #717ADC: hue angle of 234.95º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #717ADC is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 122 220 -
CMYK 0.49 0.45 0 0.14
HSL 234.95º 0.6% 0.65% -
HSV(B) 234.95º 0.49% 0.86% -
XYZ 26.69 22.6 70.67 -
YUV 130.48 178.52 115.53 -
System Red Green Blue C M Y K H S L
Decimal 113 122 220 0.49 0.45 0 0.14 234.95 0.6 0.65
Hex 71 7A DC 31 2D 0 E EB 3C 41
Octal 161 172 334 61 55 0 16 353 74 101
Binary 1110001 1111010 11011100 110001 101101 0 1110 11101011 111100 1000001

Color Harmonies of #717ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717ADC

Black with #717ADC

Text Example


Text Example

White with #717ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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