Html Css Color HEX #814EDC Slate Blue

📋 copy color: '#814EDC'

red 129 ◦ green 78 ◦ blue 220

#814EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #814EDC

Tints of Slate Blue #814EDC

RGB

 RED value IS 129 (50.78% from 255) = 30.21%

 GREEN value IS 78 (30.86% from 255) = 18.27%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 30.21%
G = 18.27%
B = 51.52%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#814EDC (or 0x814EDC) is known color: Slate Blue. HEX triplet: 81, 4E and DC. RGB value is (129,78,220). Sum of RGB (Red+Green+Blue) = 129+78+220=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #814EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EDC is #7EB123. Grayscale: #6C6C6C. Windows color (decimal): -8302884 or 14438017. OLE color: 14438017.

HSL color Cylindrical-coordinate representation of color #814EDC: hue angle of 261.55º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #814EDC is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 78 220 -
CMYK 0.41 0.65 0 0.14
HSL 261.55º 0.67% 0.58% -
HSV(B) 261.55º 0.65% 0.86% -
XYZ 24.7 15.28 69.36 -
YUV 109.44 190.4 141.95 -
System Red Green Blue C M Y K H S L
Decimal 129 78 220 0.41 0.65 0 0.14 261.55 0.67 0.58
Hex 81 4E DC 29 41 0 E 106 43 3A
Octal 201 116 334 51 101 0 16 406 103 72
Binary 10000001 1001110 11011100 101001 1000001 0 1110 100000110 1000011 111010

Color Harmonies of #814EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EDC

Black with #814EDC

Text Example


Text Example

White with #814EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #814EDC;
 }
 .AnyTagClassName
 {
   color: #814EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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