#715DCF

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

Shades of Slate Blue #715DCF

Tints of Slate Blue #715DCF

Color information

#715DCF (or 0x715DCF) is unknown color: approx Slate Blue. HEX triplet: 71, 5D and CF. RGB value is (113,93,207). Sum of RGB (Red+Green+Blue) = 113+93+207=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #715DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DCF is #8EA230. Grayscale: #6F6F6F. Windows color (decimal): -9347633 or 13589873. OLE color: 13589873.

HSL color Cylindrical-coordinate representation of color #715DCF: hue angle of 250.53º 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 #715DCF is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11393207-
CMYK0.450.5500.19
HSL250.53º54.29%58.82%-
HSV(B)250.53º55.07%81.18%-
XYZ21.9915.8460.93-
YUV111.98181.63128.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.36%
GREEN value IS 93 (36.72% from 255) = 22.52%
BLUE value IS 207 (81.25% from 255) = 50.12%
R=27.36%
G=22.52%
B=50.12%

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
Decimal113932070.450.5500.19250.5354.2958.82
Hex715DCF2D37013fb363b
Octal16113531755670233736673
Binary111000110111011100111110110111011101001111111011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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