#715FC5

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

Shades of Slate Blue #715FC5

Tints of Slate Blue #715FC5

Color information

#715FC5 (or 0x715FC5) is unknown color: approx Slate Blue. HEX triplet: 71, 5F and C5. RGB value is (113,95,197). Sum of RGB (Red+Green+Blue) = 113+95+197=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 197 (77.34% from 255 or 48.64% from 405); Max value from RGB is 197 - color contains mainly: blue. Hex color #715FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FC5 is #8EA03A. Grayscale: #6F6F6F. Windows color (decimal): -9347131 or 12935025. OLE color: 12935025.

HSL color Cylindrical-coordinate representation of color #715FC5: hue angle of 250.59º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #715FC5 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11395197-
CMYK0.430.5200.23
HSL250.59º46.79%57.25%-
HSV(B)250.59º51.78%77.25%-
XYZ20.9815.7354.75-
YUV112.01175.96128.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 197 (77.34% from 255) = 48.64%
R=27.90%
G=23.46%
B=48.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal113951970.430.5200.23250.5946.7957.25
Hex715FC52B34017fb2f39
Octal16113730553640273735771
Binary111000110111111100010110101111010001011111111011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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