Html Css Color HEX #814FFF Medium Slate Blue

📋 copy color: '#814FFF'

red 129 ◦ green 79 ◦ blue 255

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

Shades of Medium Slate Blue #814FFF

Tints of Medium Slate Blue #814FFF

RGB

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

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

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

R = 27.86%
G = 17.06%
B = 55.08%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#814FFF (or 0x814FFF) is known color: Medium Slate Blue. HEX triplet: 81, 4F and FF. RGB value is (129,79,255). Sum of RGB (Red+Green+Blue) = 129+79+255=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #814FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814FFF is #7EB000. Grayscale: #717171. Windows color (decimal): -8302593 or 16732033. OLE color: 16732033.

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

Color convert

RGB 129 79 255 -
CMYK 0.49 0.69 0 0
HSL 257.05º 1% 0.65% -
HSV(B) 257.05º 0.69% 1% -
XYZ 29.9 17.48 96.41 -
YUV 114.01 207.57 138.69 -
System Red Green Blue C M Y K H S L
Decimal 129 79 255 0.49 0.69 0 0 257.05 1 0.65
Hex 81 4F FF 31 45 0 0 101 64 41
Octal 201 117 377 61 105 0 0 401 144 101
Binary 10000001 1001111 11111111 110001 1000101 0 0 100000001 1100100 1000001

Color Harmonies of #814FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FFF

Black with #814FFF

Text Example


Text Example

White with #814FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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