Html Css Color HEX #814EEB Medium Slate Blue

📋 copy color: '#814EEB'

red 129 ◦ green 78 ◦ blue 235

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

Shades of Medium Slate Blue #814EEB

Tints of Medium Slate Blue #814EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.17%

R = 29.19%
G = 17.65%
B = 53.17%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#814EEB (or 0x814EEB) is known color: Medium Slate Blue. HEX triplet: 81, 4E and EB. RGB value is (129,78,235). Sum of RGB (Red+Green+Blue) = 129+78+235=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #814EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814EEB is #7EB114. Grayscale: #6E6E6E. Windows color (decimal): -8302869 or 15421057. OLE color: 15421057.

HSL color Cylindrical-coordinate representation of color #814EEB: hue angle of 259.49º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814EEB is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 78 235 -
CMYK 0.45 0.67 0 0.08
HSL 259.49º 0.8% 0.61% -
HSV(B) 259.49º 0.67% 0.92% -
XYZ 26.77 16.11 80.3 -
YUV 111.15 197.9 140.73 -
System Red Green Blue C M Y K H S L
Decimal 129 78 235 0.45 0.67 0 0.08 259.49 0.8 0.61
Hex 81 4E EB 2D 43 0 8 103 50 3D
Octal 201 116 353 55 103 0 10 403 120 75
Binary 10000001 1001110 11101011 101101 1000011 0 1000 100000011 1010000 111101

Color Harmonies of #814EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EEB

Black with #814EEB

Text Example


Text Example

White with #814EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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