#715BDB

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

Shades of Slate Blue #715BDB

Tints of Slate Blue #715BDB

Color information

#715BDB (or 0x715BDB) is unknown color: approx Slate Blue. HEX triplet: 71, 5B and DB. RGB value is (113,91,219). Sum of RGB (Red+Green+Blue) = 113+91+219=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #715BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BDB is #8EA424. Grayscale: #6F6F6F. Windows color (decimal): -9348133 or 14375793. OLE color: 14375793.

HSL color Cylindrical-coordinate representation of color #715BDB: hue angle of 250.31º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715BDB is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11391219-
CMYK0.480.5800.14
HSL250.31º64%60.78%-
HSV(B)250.31º58.45%85.88%-
XYZ23.3416.1168.9-
YUV112.17188.29128.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.71%
GREEN value IS 91 (35.94% from 255) = 21.51%
BLUE value IS 219 (85.94% from 255) = 51.77%
R=26.71%
G=21.51%
B=51.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal113912190.480.5800.14250.316460.78
Hex715BDB303A0Efa403d
Octal161133333607201637210075
Binary111000110110111101101111000011101001110111110101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,91,219); }

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

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

 a { background-color: rgb(113,91,219); }

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

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

 span { border-color: rgb(113,91,219); }

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