Html Css Color HEX #814ECE Slate Blue

📋 copy color: '#814ECE'

red 129 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #814ECE

Tints of Slate Blue #814ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 31.23%
G = 18.89%
B = 49.88%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#814ECE (or 0x814ECE) is known color: Slate Blue. HEX triplet: 81, 4E and CE. RGB value is (129,78,206). Sum of RGB (Red+Green+Blue) = 129+78+206=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #814ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814ECE is #7EB131. Grayscale: #6B6B6B. Windows color (decimal): -8302898 or 13520513. OLE color: 13520513.

HSL color Cylindrical-coordinate representation of color #814ECE: hue angle of 263.91º 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 #814ECE is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 78 206 -
CMYK 0.37 0.62 0 0.19
HSL 263.91º 0.57% 0.56% -
HSV(B) 263.91º 0.62% 0.81% -
XYZ 22.92 14.57 60 -
YUV 107.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 129 78 206 0.37 0.62 0 0.19 263.91 0.57 0.56
Hex 81 4E CE 25 3E 0 13 108 39 38
Octal 201 116 316 45 76 0 23 410 71 70
Binary 10000001 1001110 11001110 100101 111110 0 10011 100001000 111001 111000

Color Harmonies of #814ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814ECE

Black with #814ECE

Text Example


Text Example

White with #814ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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