#715FFF

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

Shades of Medium Slate Blue #715FFF

Tints of Medium Slate Blue #715FFF

Color information

#715FFF (or 0x715FFF) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 5F and FF. RGB value is (113,95,255). Sum of RGB (Red+Green+Blue) = 113+95+255=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #715FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715FFF is #8EA000. Grayscale: #757575. Windows color (decimal): -9347073 or 16736113. OLE color: 16736113.

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

Color convert

RGB11395255-
CMYK0.560.6300
HSL246.75º100%68.63%-
HSV(B)246.75º62.75%100%-
XYZ28.9518.9296.73-
YUV118.62204.96123.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.41%
GREEN value IS 95 (37.5% from 255) = 20.52%
BLUE value IS 255 (100% from 255) = 55.08%
R=24.41%
G=20.52%
B=55.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal113952550.560.6300246.7510068.63
Hex715FFF383F00f76445
Octal161137377707700367144105
Binary1110001101111111111111111000111111001111011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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