#714ECE

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

Shades of Slate Blue #714ECE

Tints of Slate Blue #714ECE

Color information

#714ECE (or 0x714ECE) is unknown color: approx Slate Blue. HEX triplet: 71, 4E and CE. RGB value is (113,78,206). Sum of RGB (Red+Green+Blue) = 113+78+206=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #714ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714ECE is #8EB131. Grayscale: #666666. Windows color (decimal): -9351474 or 13520497. OLE color: 13520497.

HSL color Cylindrical-coordinate representation of color #714ECE: hue angle of 256.41º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714ECE is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11378206-
CMYK0.450.6200.19
HSL256.41º56.64%55.69%-
HSV(B)256.41º62.14%80.78%-
XYZ20.6813.4259.89-
YUV103.06186.1135.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 78 (30.86% from 255) = 19.65%
BLUE value IS 206 (80.86% from 255) = 51.89%
R=28.46%
G=19.65%
B=51.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal113782060.450.6200.19256.4156.6455.69
Hex714ECE2D3E0131003938
Octal16111631655760234007170
Binary1110001100111011001110101101111110010011100000000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714ECE; }

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

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

<style>
 a { background-color: #714ECE; }

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

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

<style>
 span { border-color: #714ECE; }

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

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