Html Css Color HEX #717CF2 Medium Slate Blue

📋 copy color: '#717CF2'

red 113 ◦ green 124 ◦ blue 242

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

Shades of Medium Slate Blue #717CF2

Tints of Medium Slate Blue #717CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.89%

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

R = 23.59%
G = 25.89%
B = 50.52%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#717CF2 (or 0x717CF2) is known color: Medium Slate Blue. HEX triplet: 71, 7C and F2. RGB value is (113,124,242). Sum of RGB (Red+Green+Blue) = 113+124+242=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #717CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717CF2 is #8E830D. Grayscale: #858585. Windows color (decimal): -9339662 or 15891569. OLE color: 15891569.

HSL color Cylindrical-coordinate representation of color #717CF2: hue angle of 234.88º 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 #717CF2 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 124 242 -
CMYK 0.53 0.49 0 0.05
HSL 234.88º 0.83% 0.7% -
HSV(B) 234.88º 0.53% 0.95% -
XYZ 30.04 24.34 87.12 -
YUV 134.16 188.86 112.91 -
System Red Green Blue C M Y K H S L
Decimal 113 124 242 0.53 0.49 0 0.05 234.88 0.83 0.7
Hex 71 7C F2 35 31 0 5 EB 53 46
Octal 161 174 362 65 61 0 5 353 123 106
Binary 1110001 1111100 11110010 110101 110001 0 101 11101011 1010011 1000110

Color Harmonies of #717CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717CF2

Black with #717CF2

Text Example


Text Example

White with #717CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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