Html Css Color HEX #715DFF Medium Slate Blue

📋 copy color: '#715DFF'

red 113 ◦ green 93 ◦ blue 255

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

Shades of Medium Slate Blue #715DFF

Tints of Medium Slate Blue #715DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.17%

 BLUE value IS 255 (100% from 255) = 55.31%

R = 24.51%
G = 20.17%
B = 55.31%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#715DFF (or 0x715DFF) is known color: Medium Slate Blue. HEX triplet: 71, 5D and FF. RGB value is (113,93,255). Sum of RGB (Red+Green+Blue) = 113+93+255=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #715DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715DFF is #8EA200. Grayscale: #747474. Windows color (decimal): -9347585 or 16735601. OLE color: 16735601.

HSL color Cylindrical-coordinate representation of color #715DFF: hue angle of 247.41º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #715DFF is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 93 255 -
CMYK 0.56 0.64 0 0
HSL 247.41º 1% 0.68% -
HSV(B) 247.41º 0.64% 1% -
XYZ 28.77 18.56 96.67 -
YUV 117.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 113 93 255 0.56 0.64 0 0 247.41 1 0.68
Hex 71 5D FF 38 40 0 0 F7 64 44
Octal 161 135 377 70 100 0 0 367 144 104
Binary 1110001 1011101 11111111 111000 1000000 0 0 11110111 1100100 1000100

Color Harmonies of #715DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715DFF

Black with #715DFF

Text Example


Text Example

White with #715DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,93,255); }

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

background-color css

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

 a { background-color: rgb(113,93,255); }

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

border-color css

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

 span { border-color: rgb(113,93,255); }

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