Html Css Color HEX #814BEB Medium Slate Blue

📋 copy color: '#814BEB'

red 129 ◦ green 75 ◦ blue 235

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

Shades of Medium Slate Blue #814BEB

Tints of Medium Slate Blue #814BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.08%

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

R = 29.38%
G = 17.08%
B = 53.53%

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

#814BEB (or 0x814BEB) is known color: Medium Slate Blue. HEX triplet: 81, 4B and EB. RGB value is (129,75,235). Sum of RGB (Red+Green+Blue) = 129+75+235=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #814BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814BEB is #7EB414. Grayscale: #6C6C6C. Windows color (decimal): -8303637 or 15420289. OLE color: 15420289.

HSL color Cylindrical-coordinate representation of color #814BEB: hue angle of 260.25º 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 #814BEB is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 75 235 -
CMYK 0.45 0.68 0 0.08
HSL 260.25º 0.8% 0.61% -
HSV(B) 260.25º 0.68% 0.92% -
XYZ 26.56 15.7 80.23 -
YUV 109.39 198.89 141.99 -
System Red Green Blue C M Y K H S L
Decimal 129 75 235 0.45 0.68 0 0.08 260.25 0.8 0.61
Hex 81 4B EB 2D 44 0 8 104 50 3D
Octal 201 113 353 55 104 0 10 404 120 75
Binary 10000001 1001011 11101011 101101 1000100 0 1000 100000100 1010000 111101

Color Harmonies of #814BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814BEB

Black with #814BEB

Text Example


Text Example

White with #814BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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