#715BD2

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

Shades of Slate Blue #715BD2

Tints of Slate Blue #715BD2

Color information

#715BD2 (or 0x715BD2) is unknown color: approx Slate Blue. HEX triplet: 71, 5B and D2. RGB value is (113,91,210). Sum of RGB (Red+Green+Blue) = 113+91+210=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 210 (82.42% from 255 or 50.72% from 414); Max value from RGB is 210 - color contains mainly: blue. Hex color #715BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BD2 is #8EA42D. Grayscale: #6E6E6E. Windows color (decimal): -9348142 or 13785969. OLE color: 13785969.

HSL color Cylindrical-coordinate representation of color #715BD2: hue angle of 251.09º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #715BD2 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11391210-
CMYK0.460.5700.18
HSL251.09º56.94%59.02%-
HSV(B)251.09º56.67%82.35%-
XYZ22.1815.6562.82-
YUV111.14183.79129.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.29%
GREEN value IS 91 (35.94% from 255) = 21.98%
BLUE value IS 210 (82.42% from 255) = 50.72%
R=27.29%
G=21.98%
B=50.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113912100.460.5700.18251.0956.9459.02
Hex715BD22E39012fb393b
Octal16113332256710223737173
Binary111000110110111101001010111011100101001011111011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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