Html Css Color HEX #717AF2 Medium Slate Blue

📋 copy color: '#717AF2'

red 113 ◦ green 122 ◦ blue 242

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

Shades of Medium Slate Blue #717AF2

Tints of Medium Slate Blue #717AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.73%

R = 23.69%
G = 25.58%
B = 50.73%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#717AF2 (or 0x717AF2) is known color: Medium Slate Blue. HEX triplet: 71, 7A and F2. RGB value is (113,122,242). Sum of RGB (Red+Green+Blue) = 113+122+242=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #717AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717AF2 is #8E850D. Grayscale: #848484. Windows color (decimal): -9340174 or 15891057. OLE color: 15891057.

HSL color Cylindrical-coordinate representation of color #717AF2: hue angle of 235.81º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #717AF2 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 122 242 -
CMYK 0.53 0.50 0 0.05
HSL 235.81º 0.83% 0.7% -
HSV(B) 235.81º 0.53% 0.95% -
XYZ 29.8 23.84 87.04 -
YUV 132.99 189.52 113.74 -
System Red Green Blue C M Y K H S L
Decimal 113 122 242 0.53 0.50 0 0.05 235.81 0.83 0.7
Hex 71 7A F2 35 32 0 5 EC 53 46
Octal 161 172 362 65 62 0 5 354 123 106
Binary 1110001 1111010 11110010 110101 110010 0 101 11101100 1010011 1000110

Color Harmonies of #717AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717AF2

Black with #717AF2

Text Example


Text Example

White with #717AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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