Html Css Color HEX #715FEF Medium Slate Blue

📋 copy color: '#715FEF'

red 113 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #715FEF

Tints of Medium Slate Blue #715FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 25.28%
G = 21.25%
B = 53.47%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#715FEF (or 0x715FEF) is known color: Medium Slate Blue. HEX triplet: 71, 5F and EF. RGB value is (113,95,239). Sum of RGB (Red+Green+Blue) = 113+95+239=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #715FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715FEF is #8EA010. Grayscale: #747474. Windows color (decimal): -9347089 or 15687537. OLE color: 15687537.

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

Color convert

RGB 113 95 239 -
CMYK 0.53 0.60 0 0.06
HSL 247.5º 0.82% 0.65% -
HSV(B) 247.5º 0.6% 0.94% -
XYZ 26.48 17.93 83.73 -
YUV 116.8 196.96 125.29 -
System Red Green Blue C M Y K H S L
Decimal 113 95 239 0.53 0.60 0 0.06 247.5 0.82 0.65
Hex 71 5F EF 35 3C 0 6 F8 52 41
Octal 161 137 357 65 74 0 6 370 122 101
Binary 1110001 1011111 11101111 110101 111100 0 110 11111000 1010010 1000001

Color Harmonies of #715FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715FEF

Black with #715FEF

Text Example


Text Example

White with #715FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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