Html Css Color HEX #814BED Medium Slate Blue

📋 copy color: '#814BED'

red 129 ◦ green 75 ◦ blue 237

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

Shades of Medium Slate Blue #814BED

Tints of Medium Slate Blue #814BED

RGB

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

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

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

R = 29.25%
G = 17.01%
B = 53.74%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#814BED (or 0x814BED) is known color: Medium Slate Blue. HEX triplet: 81, 4B and ED. RGB value is (129,75,237). Sum of RGB (Red+Green+Blue) = 129+75+237=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #814BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814BED is #7EB412. Grayscale: #6D6D6D. Windows color (decimal): -8303635 or 15551361. OLE color: 15551361.

HSL color Cylindrical-coordinate representation of color #814BED: hue angle of 260º degrees, saturation: 0.82, 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 #814BED is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 75 237 -
CMYK 0.46 0.68 0 0.07
HSL 260º 0.82% 0.61% -
HSV(B) 260º 0.68% 0.93% -
XYZ 26.86 15.81 81.76 -
YUV 109.61 199.89 141.83 -
System Red Green Blue C M Y K H S L
Decimal 129 75 237 0.46 0.68 0 0.07 260 0.82 0.61
Hex 81 4B ED 2E 44 0 7 104 52 3D
Octal 201 113 355 56 104 0 7 404 122 75
Binary 10000001 1001011 11101101 101110 1000100 0 111 100000100 1010010 111101

Color Harmonies of #814BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814BED

Black with #814BED

Text Example


Text Example

White with #814BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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