Html Css Color HEX #715FED Medium Slate Blue

📋 copy color: '#715FED'

red 113 ◦ green 95 ◦ blue 237

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

Shades of Medium Slate Blue #715FED

Tints of Medium Slate Blue #715FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 25.39%
G = 21.35%
B = 53.26%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#715FED (or 0x715FED) is known color: Medium Slate Blue. HEX triplet: 71, 5F and ED. RGB value is (113,95,237). Sum of RGB (Red+Green+Blue) = 113+95+237=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #715FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715FED is #8EA012. Grayscale: #747474. Windows color (decimal): -9347091 or 15556465. OLE color: 15556465.

HSL color Cylindrical-coordinate representation of color #715FED: hue angle of 247.61º degrees, saturation: 0.8, 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 #715FED is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 95 237 -
CMYK 0.52 0.60 0 0.07
HSL 247.61º 0.8% 0.65% -
HSV(B) 247.61º 0.6% 0.93% -
XYZ 26.19 17.81 82.18 -
YUV 116.57 195.96 125.45 -
System Red Green Blue C M Y K H S L
Decimal 113 95 237 0.52 0.60 0 0.07 247.61 0.8 0.65
Hex 71 5F ED 34 3C 0 7 F8 50 41
Octal 161 137 355 64 74 0 7 370 120 101
Binary 1110001 1011111 11101101 110100 111100 0 111 11111000 1010000 1000001

Color Harmonies of #715FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715FED

Black with #715FED

Text Example


Text Example

White with #715FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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