Html Css Color HEX #814CEB Medium Slate Blue

📋 copy color: '#814CEB'

red 129 ◦ green 76 ◦ blue 235

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

Shades of Medium Slate Blue #814CEB

Tints of Medium Slate Blue #814CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.27%

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

R = 29.32%
G = 17.27%
B = 53.41%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#814CEB (or 0x814CEB) is known color: Medium Slate Blue. HEX triplet: 81, 4C and EB. RGB value is (129,76,235). Sum of RGB (Red+Green+Blue) = 129+76+235=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #814CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814CEB is #7EB314. Grayscale: #6D6D6D. Windows color (decimal): -8303381 or 15420545. OLE color: 15420545.

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

Color convert

RGB 129 76 235 -
CMYK 0.45 0.68 0 0.08
HSL 260º 0.8% 0.61% -
HSV(B) 260º 0.68% 0.92% -
XYZ 26.63 15.83 80.25 -
YUV 109.97 198.56 141.57 -
System Red Green Blue C M Y K H S L
Decimal 129 76 235 0.45 0.68 0 0.08 260 0.8 0.61
Hex 81 4C EB 2D 44 0 8 104 50 3D
Octal 201 114 353 55 104 0 10 404 120 75
Binary 10000001 1001100 11101011 101101 1000100 0 1000 100000100 1010000 111101

Color Harmonies of #814CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CEB

Black with #814CEB

Text Example


Text Example

White with #814CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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