#714ED8

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

Shades of Slate Blue #714ED8

Tints of Slate Blue #714ED8

Color information

#714ED8 (or 0x714ED8) is unknown color: approx Slate Blue. HEX triplet: 71, 4E and D8. RGB value is (113,78,216). Sum of RGB (Red+Green+Blue) = 113+78+216=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #714ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714ED8 is #8EB127. Grayscale: #676767. Windows color (decimal): -9351464 or 14175857. OLE color: 14175857.

HSL color Cylindrical-coordinate representation of color #714ED8: hue angle of 255.22º degrees, saturation: 0.64, 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 #714ED8 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11378216-
CMYK0.480.6400.15
HSL255.22º63.89%57.65%-
HSV(B)255.22º63.89%84.71%-
XYZ21.9313.9266.5-
YUV104.2191.1134.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.76%
GREEN value IS 78 (30.86% from 255) = 19.16%
BLUE value IS 216 (84.77% from 255) = 53.07%
R=27.76%
G=19.16%
B=53.07%

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
Decimal113782160.480.6400.15255.2263.8957.65
Hex714ED830400Fff403a
Octal1611163306010001737710072
Binary1110001100111011011000110000100000001111111111111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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