Html Css Color HEX #715AF2 Medium Slate Blue

📋 copy color: '#715AF2'

red 113 ◦ green 90 ◦ blue 242

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

Shades of Medium Slate Blue #715AF2

Tints of Medium Slate Blue #715AF2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.22%

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

R = 25.39%
G = 20.22%
B = 54.38%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#715AF2 (or 0x715AF2) is known color: Medium Slate Blue. HEX triplet: 71, 5A and F2. RGB value is (113,90,242). Sum of RGB (Red+Green+Blue) = 113+90+242=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #715AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715AF2 is #8EA50D. Grayscale: #717171. Windows color (decimal): -9348366 or 15882865. OLE color: 15882865.

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

Color convert

RGB 113 90 242 -
CMYK 0.53 0.63 0 0.05
HSL 249.08º 0.85% 0.65% -
HSV(B) 249.08º 0.63% 0.95% -
XYZ 26.49 17.23 85.93 -
YUV 114.21 200.12 127.14 -
System Red Green Blue C M Y K H S L
Decimal 113 90 242 0.53 0.63 0 0.05 249.08 0.85 0.65
Hex 71 5A F2 35 3F 0 5 F9 55 41
Octal 161 132 362 65 77 0 5 371 125 101
Binary 1110001 1011010 11110010 110101 111111 0 101 11111001 1010101 1000001

Color Harmonies of #715AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AF2

Black with #715AF2

Text Example


Text Example

White with #715AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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