#714EDA

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

Shades of Slate Blue #714EDA

Tints of Slate Blue #714EDA

Color information

#714EDA (or 0x714EDA) is unknown color: approx Slate Blue. HEX triplet: 71, 4E and DA. RGB value is (113,78,218). Sum of RGB (Red+Green+Blue) = 113+78+218=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #714EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EDA is #8EB125. Grayscale: #676767. Windows color (decimal): -9351462 or 14306929. OLE color: 14306929.

HSL color Cylindrical-coordinate representation of color #714EDA: hue angle of 255º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #714EDA is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11378218-
CMYK0.480.6400.15
HSL255º65.42%58.04%-
HSV(B)255º64.22%85.49%-
XYZ22.1914.0267.87-
YUV104.42192.1134.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.63%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 218 (85.55% from 255) = 53.30%
R=27.63%
G=19.07%
B=53.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal113782180.480.6400.1525565.4258.04
Hex714EDA30400Fff413a
Octal1611163326010001737710172
Binary1110001100111011011010110000100000001111111111111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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