#715DDD

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

Shades of Slate Blue #715DDD

Tints of Slate Blue #715DDD

Color information

#715DDD (or 0x715DDD) is unknown color: approx Slate Blue. HEX triplet: 71, 5D and DD. RGB value is (113,93,221). Sum of RGB (Red+Green+Blue) = 113+93+221=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #715DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DDD is #8EA222. Grayscale: #717171. Windows color (decimal): -9347619 or 14507377. OLE color: 14507377.

HSL color Cylindrical-coordinate representation of color #715DDD: hue angle of 249.38º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715DDD is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11393221-
CMYK0.490.5800.13
HSL249.38º65.31%61.57%-
HSV(B)249.38º57.92%86.67%-
XYZ23.7816.5670.35-
YUV113.57188.63127.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.46%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 221 (86.72% from 255) = 51.76%
R=26.46%
G=21.78%
B=51.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113932210.490.5800.13249.3865.3161.57
Hex715DDD313A0Df9413e
Octal161135335617201537110176
Binary111000110111011101110111000111101001101111110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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