#715FFD

Color #715FFD Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #715FFD

Tints of Medium Slate Blue #715FFD

Color information

#715FFD (or 0x715FFD) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 5F and FD. RGB value is (113,95,253). Sum of RGB (Red+Green+Blue) = 113+95+253=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #715FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715FFD is #8EA002. Grayscale: #757575. Windows color (decimal): -9347075 or 16605041. OLE color: 16605041.

HSL color Cylindrical-coordinate representation of color #715FFD: hue angle of 246.84º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #715FFD is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11395253-
CMYK0.550.6200.01
HSL246.84º97.53%68.24%-
HSV(B)246.84º62.45%99.22%-
XYZ28.6318.7995.05-
YUV118.39203.96124.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.51%
GREEN value IS 95 (37.5% from 255) = 20.61%
BLUE value IS 253 (99.22% from 255) = 54.88%
R=24.51%
G=20.61%
B=54.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal113952530.550.6200.01246.8497.5368.24
Hex715FFD373E01f76244
Octal161137375677601367142104
Binary1110001101111111111101110111111110011111011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #715FFD;
 }
 .AnyTagClassName
 {
   color: #715FFD;
 }
</style>
background-color css

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

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

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

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

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

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