#715BFC

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

Shades of Medium Slate Blue #715BFC

Tints of Medium Slate Blue #715BFC

Color information

#715BFC (or 0x715BFC) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 5B and FC. RGB value is (113,91,252). Sum of RGB (Red+Green+Blue) = 113+91+252=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #715BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #715BFC is #8EA403. Grayscale: #737373. Windows color (decimal): -9348100 or 16538481. OLE color: 16538481.

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

Color convert

RGB11391252-
CMYK0.550.6400.01
HSL248.2º96.41%67.25%-
HSV(B)248.2º63.89%98.82%-
XYZ28.1218.0294.09-
YUV115.93204.79125.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.78%
GREEN value IS 91 (35.94% from 255) = 19.96%
BLUE value IS 252 (98.83% from 255) = 55.26%
R=24.78%
G=19.96%
B=55.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal113912520.550.6400.01248.296.4167.25
Hex715BFC374001f86043
Octal1611333746710001370140103
Binary11100011011011111111001101111000000011111100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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