Html Css Color HEX #717AE1 Medium Slate Blue

📋 copy color: '#717AE1'

red 113 ◦ green 122 ◦ blue 225

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

Shades of Medium Slate Blue #717AE1

Tints of Medium Slate Blue #717AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.91%

R = 24.57%
G = 26.52%
B = 48.91%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#717AE1 (or 0x717AE1) is known color: Medium Slate Blue. HEX triplet: 71, 7A and E1. RGB value is (113,122,225). Sum of RGB (Red+Green+Blue) = 113+122+225=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #717AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717AE1 is #8E851E. Grayscale: #828282. Windows color (decimal): -9340191 or 14776945. OLE color: 14776945.

HSL color Cylindrical-coordinate representation of color #717AE1: hue angle of 235.18º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #717AE1 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 122 225 -
CMYK 0.50 0.46 0 0.12
HSL 235.18º 0.65% 0.66% -
HSV(B) 235.18º 0.5% 0.88% -
XYZ 27.36 22.87 74.21 -
YUV 131.05 181.02 115.12 -
System Red Green Blue C M Y K H S L
Decimal 113 122 225 0.50 0.46 0 0.12 235.18 0.65 0.66
Hex 71 7A E1 32 2E 0 C EB 41 42
Octal 161 172 341 62 56 0 14 353 101 102
Binary 1110001 1111010 11100001 110010 101110 0 1100 11101011 1000001 1000010

Color Harmonies of #717AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717AE1

Black with #717AE1

Text Example


Text Example

White with #717AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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