Html Css Color HEX #717AF0 Medium Slate Blue

📋 copy color: '#717AF0'

red 113 ◦ green 122 ◦ blue 240

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

Shades of Medium Slate Blue #717AF0

Tints of Medium Slate Blue #717AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.53%

R = 23.79%
G = 25.68%
B = 50.53%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#717AF0 (or 0x717AF0) is known color: Medium Slate Blue. HEX triplet: 71, 7A and F0. RGB value is (113,122,240). Sum of RGB (Red+Green+Blue) = 113+122+240=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #717AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717AF0 is #8E850F. Grayscale: #848484. Windows color (decimal): -9340176 or 15759985. OLE color: 15759985.

HSL color Cylindrical-coordinate representation of color #717AF0: hue angle of 235.75º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #717AF0 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 122 240 -
CMYK 0.53 0.49 0 0.06
HSL 235.75º 0.81% 0.69% -
HSV(B) 235.75º 0.53% 0.94% -
XYZ 29.5 23.72 85.46 -
YUV 132.76 188.52 113.91 -
System Red Green Blue C M Y K H S L
Decimal 113 122 240 0.53 0.49 0 0.06 235.75 0.81 0.69
Hex 71 7A F0 35 31 0 6 EC 51 45
Octal 161 172 360 65 61 0 6 354 121 105
Binary 1110001 1111010 11110000 110101 110001 0 110 11101100 1010001 1000101

Color Harmonies of #717AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717AF0

Black with #717AF0

Text Example


Text Example

White with #717AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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