#715FF2

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

Shades of Medium Slate Blue #715FF2

Tints of Medium Slate Blue #715FF2

Color information

#715FF2 (or 0x715FF2) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 5F and F2. RGB value is (113,95,242). Sum of RGB (Red+Green+Blue) = 113+95+242=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #715FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715FF2 is #8EA00D. Grayscale: #747474. Windows color (decimal): -9347086 or 15884145. OLE color: 15884145.

HSL color Cylindrical-coordinate representation of color #715FF2: hue angle of 247.35º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #715FF2 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11395242-
CMYK0.530.6100.05
HSL247.35º84.97%66.08%-
HSV(B)247.35º60.74%94.9%-
XYZ26.9318.1186.08-
YUV117.14198.46125.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.11%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 242 (94.92% from 255) = 53.78%
R=25.11%
G=21.11%
B=53.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal113952420.530.6100.05247.3584.9766.08
Hex715FF2353D05f75542
Octal161137362657505367125102
Binary111000110111111111001011010111110101011111011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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