#715DD8

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

Shades of Slate Blue #715DD8

Tints of Slate Blue #715DD8

Color information

#715DD8 (or 0x715DD8) is unknown color: approx Slate Blue. HEX triplet: 71, 5D and D8. RGB value is (113,93,216). Sum of RGB (Red+Green+Blue) = 113+93+216=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #715DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DD8 is #8EA227. Grayscale: #707070. Windows color (decimal): -9347624 or 14179697. OLE color: 14179697.

HSL color Cylindrical-coordinate representation of color #715DD8: hue angle of 249.76º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #715DD8 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11393216-
CMYK0.480.5700.15
HSL249.76º61.19%60.59%-
HSV(B)249.76º56.94%84.71%-
XYZ23.1216.366.89-
YUV113186.13128-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 216 (84.77% from 255) = 51.18%
R=26.78%
G=22.04%
B=51.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal113932160.480.5700.15249.7661.1960.59
Hex715DD830390Ffa3d3d
Octal16113533060710173727575
Binary11100011011101110110001100001110010111111111010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,93,216); }

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

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

 a { background-color: rgb(113,93,216); }

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

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

 span { border-color: rgb(113,93,216); }

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