Html Css Color HEX #814EED Medium Slate Blue

📋 copy color: '#814EED'

red 129 ◦ green 78 ◦ blue 237

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

Shades of Medium Slate Blue #814EED

Tints of Medium Slate Blue #814EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 29.05%
G = 17.57%
B = 53.38%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#814EED (or 0x814EED) is known color: Medium Slate Blue. HEX triplet: 81, 4E and ED. RGB value is (129,78,237). Sum of RGB (Red+Green+Blue) = 129+78+237=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #814EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814EED is #7EB112. Grayscale: #6E6E6E. Windows color (decimal): -8302867 or 15552129. OLE color: 15552129.

HSL color Cylindrical-coordinate representation of color #814EED: hue angle of 259.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814EED is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 78 237 -
CMYK 0.46 0.67 0 0.07
HSL 259.25º 0.82% 0.62% -
HSV(B) 259.25º 0.67% 0.93% -
XYZ 27.06 16.23 81.83 -
YUV 111.38 198.9 140.57 -
System Red Green Blue C M Y K H S L
Decimal 129 78 237 0.46 0.67 0 0.07 259.25 0.82 0.62
Hex 81 4E ED 2E 43 0 7 103 52 3E
Octal 201 116 355 56 103 0 7 403 122 76
Binary 10000001 1001110 11101101 101110 1000011 0 111 100000011 1010010 111110

Color Harmonies of #814EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EED

Black with #814EED

Text Example


Text Example

White with #814EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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