#715ECA

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

Shades of Slate Blue #715ECA

Tints of Slate Blue #715ECA

Color information

#715ECA (or 0x715ECA) is unknown color: approx Slate Blue. HEX triplet: 71, 5E and CA. RGB value is (113,94,202). Sum of RGB (Red+Green+Blue) = 113+94+202=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #715ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ECA is #8EA135. Grayscale: #6F6F6F. Windows color (decimal): -9347382 or 13262449. OLE color: 13262449.

HSL color Cylindrical-coordinate representation of color #715ECA: hue angle of 250.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #715ECA is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11394202-
CMYK0.440.5300.21
HSL250.56º50.47%58.04%-
HSV(B)250.56º53.47%79.22%-
XYZ21.4715.7857.79-
YUV111.99178.79128.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.63%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=27.63%
G=22.98%
B=49.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113942020.440.5300.21250.5650.4758.04
Hex715ECA2C35015fb323a
Octal16113631254650253736272
Binary111000110111101100101010110011010101010111111011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,94,202); }

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

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

 a { background-color: rgb(113,94,202); }

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

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

 span { border-color: rgb(113,94,202); }

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