#715ECD

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

Shades of Slate Blue #715ECD

Tints of Slate Blue #715ECD

Color information

#715ECD (or 0x715ECD) is unknown color: approx Slate Blue. HEX triplet: 71, 5E and CD. RGB value is (113,94,205). Sum of RGB (Red+Green+Blue) = 113+94+205=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #715ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ECD is #8EA132. Grayscale: #6F6F6F. Windows color (decimal): -9347379 or 13459057. OLE color: 13459057.

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

Color convert

RGB11394205-
CMYK0.450.5400.20
HSL250.27º52.61%58.63%-
HSV(B)250.27º54.15%80.39%-
XYZ21.8315.9259.68-
YUV112.34180.29128.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.43%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 205 (80.47% from 255) = 49.76%
R=27.43%
G=22.82%
B=49.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal113942050.450.5400.20250.2752.6158.63
Hex715ECD2D36014fa353b
Octal16113631555660243726573
Binary111000110111101100110110110111011001010011111010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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