Html Css Color HEX #715FEE Medium Slate Blue

📋 copy color: '#715FEE'

red 113 ◦ green 95 ◦ blue 238

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

Shades of Medium Slate Blue #715FEE

Tints of Medium Slate Blue #715FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.3%

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 25.34%
G = 21.3%
B = 53.36%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#715FEE (or 0x715FEE) is known color: Medium Slate Blue. HEX triplet: 71, 5F and EE. RGB value is (113,95,238). Sum of RGB (Red+Green+Blue) = 113+95+238=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #715FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715FEE is #8EA011. Grayscale: #747474. Windows color (decimal): -9347090 or 15622001. OLE color: 15622001.

HSL color Cylindrical-coordinate representation of color #715FEE: hue angle of 247.55º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #715FEE is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 95 238 -
CMYK 0.53 0.60 0 0.07
HSL 247.55º 0.81% 0.65% -
HSV(B) 247.55º 0.6% 0.93% -
XYZ 26.33 17.87 82.95 -
YUV 116.68 196.46 125.37 -
System Red Green Blue C M Y K H S L
Decimal 113 95 238 0.53 0.60 0 0.07 247.55 0.81 0.65
Hex 71 5F EE 35 3C 0 7 F8 51 41
Octal 161 137 356 65 74 0 7 370 121 101
Binary 1110001 1011111 11101110 110101 111100 0 111 11111000 1010001 1000001

Color Harmonies of #715FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715FEE

Black with #715FEE

Text Example


Text Example

White with #715FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,95,238); }

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

background-color css

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

 a { background-color: rgb(113,95,238); }

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

border-color css

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

 span { border-color: rgb(113,95,238); }

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