Html Css Color HEX #717ADD Medium Slate Blue

📋 copy color: '#717ADD'

red 113 ◦ green 122 ◦ blue 221

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

Shades of Medium Slate Blue #717ADD

Tints of Medium Slate Blue #717ADD

RGB

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

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

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

R = 24.78%
G = 26.75%
B = 48.46%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#717ADD (or 0x717ADD) is known color: Medium Slate Blue. HEX triplet: 71, 7A and DD. RGB value is (113,122,221). Sum of RGB (Red+Green+Blue) = 113+122+221=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #717ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ADD is #8E8522. Grayscale: #828282. Windows color (decimal): -9340195 or 14514801. OLE color: 14514801.

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

Color convert

RGB 113 122 221 -
CMYK 0.49 0.45 0 0.13
HSL 235º 0.61% 0.65% -
HSV(B) 235º 0.49% 0.87% -
XYZ 26.82 22.65 71.36 -
YUV 130.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 113 122 221 0.49 0.45 0 0.13 235 0.61 0.65
Hex 71 7A DD 31 2D 0 D EB 3D 41
Octal 161 172 335 61 55 0 15 353 75 101
Binary 1110001 1111010 11011101 110001 101101 0 1101 11101011 111101 1000001

Color Harmonies of #717ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717ADD

Black with #717ADD

Text Example


Text Example

White with #717ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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