Html Css Color HEX #814BFF Medium Slate Blue

📋 copy color: '#814BFF'

red 129 ◦ green 75 ◦ blue 255

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

Shades of Medium Slate Blue #814BFF

Tints of Medium Slate Blue #814BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.56%

R = 28.1%
G = 16.34%
B = 55.56%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#814BFF (or 0x814BFF) is known color: Medium Slate Blue. HEX triplet: 81, 4B and FF. RGB value is (129,75,255). Sum of RGB (Red+Green+Blue) = 129+75+255=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #814BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814BFF is #7EB400. Grayscale: #6E6E6E. Windows color (decimal): -8303617 or 16731009. OLE color: 16731009.

HSL color Cylindrical-coordinate representation of color #814BFF: hue angle of 258º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #814BFF is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 129 75 255 -
CMYK 0.49 0.71 0 0
HSL 258º 1% 0.65% -
HSV(B) 258º 0.71% 1% -
XYZ 29.62 16.92 96.31 -
YUV 111.67 208.89 140.36 -
System Red Green Blue C M Y K H S L
Decimal 129 75 255 0.49 0.71 0 0 258 1 0.65
Hex 81 4B FF 31 47 0 0 102 64 41
Octal 201 113 377 61 107 0 0 402 144 101
Binary 10000001 1001011 11111111 110001 1000111 0 0 100000010 1100100 1000001

Color Harmonies of #814BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814BFF

Black with #814BFF

Text Example


Text Example

White with #814BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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