#715CFF

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

Shades of Medium Slate Blue #715CFF

Tints of Medium Slate Blue #715CFF

Color information

#715CFF (or 0x715CFF) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 5C and FF. RGB value is (113,92,255). Sum of RGB (Red+Green+Blue) = 113+92+255=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #715CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715CFF is #8EA300. Grayscale: #747474. Windows color (decimal): -9347841 or 16735345. OLE color: 16735345.

HSL color Cylindrical-coordinate representation of color #715CFF: hue angle of 247.73º 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 #715CFF is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11392255-
CMYK0.560.6400
HSL247.73º100%68.04%-
HSV(B)247.73º63.92%100%-
XYZ28.6918.3996.64-
YUV116.86205.96125.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.57%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 255 (100% from 255) = 55.43%
R=24.57%
G=20%
B=55.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal113922550.560.6400247.7310068.04
Hex715CFF384000f86444
Octal1611343777010000370144104
Binary11100011011100111111111110001000000001111100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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