#715CD1

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

Shades of Slate Blue #715CD1

Tints of Slate Blue #715CD1

Color information

#715CD1 (or 0x715CD1) is unknown color: approx Slate Blue. HEX triplet: 71, 5C and D1. RGB value is (113,92,209). Sum of RGB (Red+Green+Blue) = 113+92+209=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #715CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CD1 is #8EA32E. Grayscale: #6F6F6F. Windows color (decimal): -9347887 or 13720689. OLE color: 13720689.

HSL color Cylindrical-coordinate representation of color #715CD1: hue angle of 250.77º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #715CD1 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11392209-
CMYK0.460.5600.18
HSL250.77º55.98%59.02%-
HSV(B)250.77º55.98%81.96%-
XYZ22.1515.7762.2-
YUV111.62182.96128.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.29%
GREEN value IS 92 (36.33% from 255) = 22.22%
BLUE value IS 209 (82.03% from 255) = 50.48%
R=27.29%
G=22.22%
B=50.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113922090.460.5600.18250.7755.9859.02
Hex715CD12E38012fb383b
Octal16113432156700223737073
Binary111000110111001101000110111011100001001011111011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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