Html Css Color HEX #814FFE Medium Slate Blue

📋 copy color: '#814FFE'

red 129 ◦ green 79 ◦ blue 254

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

Shades of Medium Slate Blue #814FFE

Tints of Medium Slate Blue #814FFE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.1%

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

R = 27.92%
G = 17.1%
B = 54.98%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#814FFE (or 0x814FFE) is known color: Medium Slate Blue. HEX triplet: 81, 4F and FE. RGB value is (129,79,254). Sum of RGB (Red+Green+Blue) = 129+79+254=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #814FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814FFE is #7EB001. Grayscale: #717171. Windows color (decimal): -8302594 or 16666497. OLE color: 16666497.

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

Color convert

RGB 129 79 254 -
CMYK 0.49 0.69 0 0.00
HSL 257.14º 0.99% 0.65% -
HSV(B) 257.14º 0.69% 1% -
XYZ 29.74 17.41 95.56 -
YUV 113.9 207.07 138.77 -
System Red Green Blue C M Y K H S L
Decimal 129 79 254 0.49 0.69 0 0.00 257.14 0.99 0.65
Hex 81 4F FE 31 45 0 0 101 63 41
Octal 201 117 376 61 105 0 0 401 143 101
Binary 10000001 1001111 11111110 110001 1000101 0 0 100000001 1100011 1000001

Color Harmonies of #814FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FFE

Black with #814FFE

Text Example


Text Example

White with #814FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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