#715FFC

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

Shades of Medium Slate Blue #715FFC

Tints of Medium Slate Blue #715FFC

Color information

#715FFC (or 0x715FFC) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 5F and FC. RGB value is (113,95,252). Sum of RGB (Red+Green+Blue) = 113+95+252=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #715FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715FFC is #8EA003. Grayscale: #757575. Windows color (decimal): -9347076 or 16539505. OLE color: 16539505.

HSL color Cylindrical-coordinate representation of color #715FFC: hue angle of 246.88º degrees, saturation: 0.96, 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 #715FFC is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11395252-
CMYK0.550.6200.01
HSL246.88º96.32%68.04%-
HSV(B)246.88º62.3%98.82%-
XYZ28.4718.7294.21-
YUV118.28203.46124.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.57%
GREEN value IS 95 (37.5% from 255) = 20.65%
BLUE value IS 252 (98.83% from 255) = 54.78%
R=24.57%
G=20.65%
B=54.78%

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
Decimal113952520.550.6200.01246.8896.3268.04
Hex715FFC373E01f76044
Octal161137374677601367140104
Binary1110001101111111111100110111111110011111011111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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