#715FC6

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

Shades of Slate Blue #715FC6

Tints of Slate Blue #715FC6

Color information

#715FC6 (or 0x715FC6) is unknown color: approx Slate Blue. HEX triplet: 71, 5F and C6. RGB value is (113,95,198). Sum of RGB (Red+Green+Blue) = 113+95+198=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #715FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FC6 is #8EA039. Grayscale: #6F6F6F. Windows color (decimal): -9347130 or 13000561. OLE color: 13000561.

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

Color convert

RGB11395198-
CMYK0.430.5200.22
HSL250.49º47.47%57.45%-
HSV(B)250.49º52.02%77.65%-
XYZ21.115.7755.36-
YUV112.12176.46128.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.83%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 198 (77.73% from 255) = 48.77%
R=27.83%
G=23.40%
B=48.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113951980.430.5200.22250.4947.4757.45
Hex715FC62B34016fa2f39
Octal16113730653640263725771
Binary111000110111111100011010101111010001011011111010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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