Html Css Color HEX #715BF1 Medium Slate Blue

📋 copy color: '#715BF1'

red 113 ◦ green 91 ◦ blue 241

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

Shades of Medium Slate Blue #715BF1

Tints of Medium Slate Blue #715BF1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.45%

 BLUE value IS 241 (94.53% from 255) = 54.16%

R = 25.39%
G = 20.45%
B = 54.16%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#715BF1 (or 0x715BF1) is known color: Medium Slate Blue. HEX triplet: 71, 5B and F1. RGB value is (113,91,241). Sum of RGB (Red+Green+Blue) = 113+91+241=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #715BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715BF1 is #8EA40E. Grayscale: #727272. Windows color (decimal): -9348111 or 15817585. OLE color: 15817585.

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

Color convert

RGB 113 91 241 -
CMYK 0.53 0.62 0 0.05
HSL 248.8º 0.84% 0.65% -
HSV(B) 248.8º 0.62% 0.95% -
XYZ 26.43 17.34 85.17 -
YUV 114.68 199.29 126.8 -
System Red Green Blue C M Y K H S L
Decimal 113 91 241 0.53 0.62 0 0.05 248.8 0.84 0.65
Hex 71 5B F1 35 3E 0 5 F9 54 41
Octal 161 133 361 65 76 0 5 371 124 101
Binary 1110001 1011011 11110001 110101 111110 0 101 11111001 1010100 1000001

Color Harmonies of #715BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715BF1

Black with #715BF1

Text Example


Text Example

White with #715BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,91,241); }

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

background-color css

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

 a { background-color: rgb(113,91,241); }

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

border-color css

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

 span { border-color: rgb(113,91,241); }

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