Html Css Color HEX #814AFF Medium Slate Blue

📋 copy color: '#814AFF'

red 129 ◦ green 74 ◦ blue 255

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

Shades of Medium Slate Blue #814AFF

Tints of Medium Slate Blue #814AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.16%

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

R = 28.17%
G = 16.16%
B = 55.68%

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

#814AFF (or 0x814AFF) is known color: Medium Slate Blue. HEX triplet: 81, 4A and FF. RGB value is (129,74,255). Sum of RGB (Red+Green+Blue) = 129+74+255=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #814AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814AFF is #7EB500. Grayscale: #6E6E6E. Windows color (decimal): -8303873 or 16730753. OLE color: 16730753.

HSL color Cylindrical-coordinate representation of color #814AFF: hue angle of 258.23º 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 #814AFF is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 129 74 255 -
CMYK 0.49 0.71 0 0
HSL 258.23º 1% 0.65% -
HSV(B) 258.23º 0.71% 1% -
XYZ 29.55 16.78 96.29 -
YUV 111.08 209.22 140.78 -
System Red Green Blue C M Y K H S L
Decimal 129 74 255 0.49 0.71 0 0 258.23 1 0.65
Hex 81 4A FF 31 47 0 0 102 64 41
Octal 201 112 377 61 107 0 0 402 144 101
Binary 10000001 1001010 11111111 110001 1000111 0 0 100000010 1100100 1000001

Color Harmonies of #814AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814AFF

Black with #814AFF

Text Example


Text Example

White with #814AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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