Html Css Color HEX #814FE0 Medium Slate Blue

📋 copy color: '#814FE0'

red 129 ◦ green 79 ◦ blue 224

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

Shades of Medium Slate Blue #814FE0

Tints of Medium Slate Blue #814FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.85%

R = 29.86%
G = 18.29%
B = 51.85%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#814FE0 (or 0x814FE0) is known color: Medium Slate Blue. HEX triplet: 81, 4F and E0. RGB value is (129,79,224). Sum of RGB (Red+Green+Blue) = 129+79+224=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #814FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FE0 is #7EB01F. Grayscale: #6D6D6D. Windows color (decimal): -8302624 or 14700417. OLE color: 14700417.

HSL color Cylindrical-coordinate representation of color #814FE0: hue angle of 260.69º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #814FE0 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 79 224 -
CMYK 0.42 0.65 0 0.12
HSL 260.69º 0.7% 0.59% -
HSV(B) 260.69º 0.65% 0.88% -
XYZ 25.3 15.64 72.21 -
YUV 110.48 192.07 141.21 -
System Red Green Blue C M Y K H S L
Decimal 129 79 224 0.42 0.65 0 0.12 260.69 0.7 0.59
Hex 81 4F E0 2A 41 0 C 105 46 3B
Octal 201 117 340 52 101 0 14 405 106 73
Binary 10000001 1001111 11100000 101010 1000001 0 1100 100000101 1000110 111011

Color Harmonies of #814FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FE0

Black with #814FE0

Text Example


Text Example

White with #814FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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