Html Css Color HEX #814AFE Medium Slate Blue

📋 copy color: '#814AFE'

red 129 ◦ green 74 ◦ blue 254

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

Shades of Medium Slate Blue #814AFE

Tints of Medium Slate Blue #814AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.58%

R = 28.23%
G = 16.19%
B = 55.58%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#814AFE (or 0x814AFE) is known color: Medium Slate Blue. HEX triplet: 81, 4A and FE. RGB value is (129,74,254). Sum of RGB (Red+Green+Blue) = 129+74+254=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #814AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814AFE is #7EB501. Grayscale: #6E6E6E. Windows color (decimal): -8303874 or 16665217. OLE color: 16665217.

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

Color convert

RGB 129 74 254 -
CMYK 0.49 0.71 0 0.00
HSL 258.33º 0.99% 0.64% -
HSV(B) 258.33º 0.71% 1% -
XYZ 29.39 16.72 95.44 -
YUV 110.97 208.72 140.86 -
System Red Green Blue C M Y K H S L
Decimal 129 74 254 0.49 0.71 0 0.00 258.33 0.99 0.64
Hex 81 4A FE 31 47 0 0 102 63 40
Octal 201 112 376 61 107 0 0 402 143 100
Binary 10000001 1001010 11111110 110001 1000111 0 0 100000010 1100011 1000000

Color Harmonies of #814AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814AFE

Black with #814AFE

Text Example


Text Example

White with #814AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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