#715CD4

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

Shades of Slate Blue #715CD4

Tints of Slate Blue #715CD4

Color information

#715CD4 (or 0x715CD4) is unknown color: approx Slate Blue. HEX triplet: 71, 5C and D4. RGB value is (113,92,212). Sum of RGB (Red+Green+Blue) = 113+92+212=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #715CD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CD4 is #8EA32B. Grayscale: #6F6F6F. Windows color (decimal): -9347884 or 13917297. OLE color: 13917297.

HSL color Cylindrical-coordinate representation of color #715CD4: hue angle of 250.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #715CD4 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11392212-
CMYK0.470.5700.17
HSL250.5º58.25%59.61%-
HSV(B)250.5º56.6%83.14%-
XYZ22.5215.9264.17-
YUV111.96184.46128.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 212 (83.20% from 255) = 50.84%
R=27.10%
G=22.06%
B=50.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal113922120.470.5700.17250.558.2559.61
Hex715CD42F39011fa3a3c
Octal16113432457710213727274
Binary111000110111001101010010111111100101000111111010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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