Html Css Color HEX #814CFE Medium Slate Blue

📋 copy color: '#814CFE'

red 129 ◦ green 76 ◦ blue 254

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

Shades of Medium Slate Blue #814CFE

Tints of Medium Slate Blue #814CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.56%

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

R = 28.1%
G = 16.56%
B = 55.34%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#814CFE (or 0x814CFE) is known color: Medium Slate Blue. HEX triplet: 81, 4C and FE. RGB value is (129,76,254). Sum of RGB (Red+Green+Blue) = 129+76+254=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #814CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814CFE is #7EB301. Grayscale: #6F6F6F. Windows color (decimal): -8303362 or 16665729. OLE color: 16665729.

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

Color convert

RGB 129 76 254 -
CMYK 0.49 0.70 0 0.00
HSL 257.87º 0.99% 0.65% -
HSV(B) 257.87º 0.7% 1% -
XYZ 29.53 16.99 95.49 -
YUV 112.14 208.06 140.03 -
System Red Green Blue C M Y K H S L
Decimal 129 76 254 0.49 0.70 0 0.00 257.87 0.99 0.65
Hex 81 4C FE 31 46 0 0 102 63 41
Octal 201 114 376 61 106 0 0 402 143 101
Binary 10000001 1001100 11111110 110001 1000110 0 0 100000010 1100011 1000001

Color Harmonies of #814CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CFE

Black with #814CFE

Text Example


Text Example

White with #814CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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