#715BD7

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

Shades of Slate Blue #715BD7

Tints of Slate Blue #715BD7

Color information

#715BD7 (or 0x715BD7) is unknown color: approx Slate Blue. HEX triplet: 71, 5B and D7. RGB value is (113,91,215). Sum of RGB (Red+Green+Blue) = 113+91+215=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #715BD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BD7 is #8EA428. Grayscale: #6F6F6F. Windows color (decimal): -9348137 or 14113649. OLE color: 14113649.

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

Color convert

RGB11391215-
CMYK0.470.5800.16
HSL250.65º60.78%60%-
HSV(B)250.65º57.67%84.31%-
XYZ22.8215.966.16-
YUV111.71186.29128.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 215 (84.38% from 255) = 51.31%
R=26.97%
G=21.72%
B=51.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal113912150.470.5800.16250.6560.7860
Hex715BD72F3A010fb3d3c
Octal16113332757720203737574
Binary111000110110111101011110111111101001000011111011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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