Html Css Color HEX #814BEC Medium Slate Blue

📋 copy color: '#814BEC'

red 129 ◦ green 75 ◦ blue 236

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

Shades of Medium Slate Blue #814BEC

Tints of Medium Slate Blue #814BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.64%

R = 29.32%
G = 17.05%
B = 53.64%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#814BEC (or 0x814BEC) is known color: Medium Slate Blue. HEX triplet: 81, 4B and EC. RGB value is (129,75,236). Sum of RGB (Red+Green+Blue) = 129+75+236=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #814BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814BEC is #7EB413. Grayscale: #6C6C6C. Windows color (decimal): -8303636 or 15485825. OLE color: 15485825.

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

Color convert

RGB 129 75 236 -
CMYK 0.45 0.68 0 0.07
HSL 260.12º 0.81% 0.61% -
HSV(B) 260.12º 0.68% 0.93% -
XYZ 26.71 15.76 80.99 -
YUV 109.5 199.39 141.91 -
System Red Green Blue C M Y K H S L
Decimal 129 75 236 0.45 0.68 0 0.07 260.12 0.81 0.61
Hex 81 4B EC 2D 44 0 7 104 51 3D
Octal 201 113 354 55 104 0 7 404 121 75
Binary 10000001 1001011 11101100 101101 1000100 0 111 100000100 1010001 111101

Color Harmonies of #814BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814BEC

Black with #814BEC

Text Example


Text Example

White with #814BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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