#715DCE

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

Shades of Slate Blue #715DCE

Tints of Slate Blue #715DCE

Color information

#715DCE (or 0x715DCE) is unknown color: approx Slate Blue. HEX triplet: 71, 5D and CE. RGB value is (113,93,206). Sum of RGB (Red+Green+Blue) = 113+93+206=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #715DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DCE is #8EA231. Grayscale: #6F6F6F. Windows color (decimal): -9347634 or 13524337. OLE color: 13524337.

HSL color Cylindrical-coordinate representation of color #715DCE: hue angle of 250.62º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #715DCE is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11393206-
CMYK0.450.5500.19
HSL250.62º53.55%58.63%-
HSV(B)250.62º54.85%80.78%-
XYZ21.8615.860.29-
YUV111.86181.13128.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.43%
GREEN value IS 93 (36.72% from 255) = 22.57%
BLUE value IS 206 (80.86% from 255) = 50%
R=27.43%
G=22.57%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal113932060.450.5500.19250.6253.5558.63
Hex715DCE2D37013fb363b
Octal16113531655670233736673
Binary111000110111011100111010110111011101001111111011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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