#814ED5

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

Shades of Slate Blue #814ED5

Tints of Slate Blue #814ED5

Color information

#814ED5 (or 0x814ED5) is unknown color: approx Slate Blue. HEX triplet: 81, 4E and D5. RGB value is (129,78,213). Sum of RGB (Red+Green+Blue) = 129+78+213=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #814ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814ED5 is #7EB12A. Grayscale: #6C6C6C. Windows color (decimal): -8302891 or 13979265. OLE color: 13979265.

HSL color Cylindrical-coordinate representation of color #814ED5: hue angle of 262.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #814ED5 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12978213-
CMYK0.390.6300.16
HSL262.67º61.64%57.06%-
HSV(B)262.67º63.38%83.53%-
XYZ23.7914.9264.58-
YUV108.64186.9142.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 78 (30.86% from 255) = 18.57%
BLUE value IS 213 (83.59% from 255) = 50.71%
R=30.71%
G=18.57%
B=50.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal129782130.390.6300.16262.6761.6457.06
Hex814ED5273F0101073e39
Octal20111632547770204077671
Binary10000001100111011010101100111111111010000100000111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814ED5; }

 p { color: rgb(129,78,213); }

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

<style>
 a { background-color: #814ED5; }

 a { background-color: rgb(129,78,213); }

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

<style>
 span { border-color: #814ED5; }

 span { border-color: rgb(129,78,213); }

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