Html Css Color HEX #814FE9 Medium Slate Blue

📋 copy color: '#814FE9'

red 129 ◦ green 79 ◦ blue 233

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

Shades of Medium Slate Blue #814FE9

Tints of Medium Slate Blue #814FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.83%

R = 29.25%
G = 17.91%
B = 52.83%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#814FE9 (or 0x814FE9) is known color: Medium Slate Blue. HEX triplet: 81, 4F and E9. RGB value is (129,79,233). Sum of RGB (Red+Green+Blue) = 129+79+233=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #814FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814FE9 is #7EB016. Grayscale: #6E6E6E. Windows color (decimal): -8302615 or 15290241. OLE color: 15290241.

HSL color Cylindrical-coordinate representation of color #814FE9: hue angle of 259.48º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #814FE9 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 129 79 233 -
CMYK 0.45 0.66 0 0.09
HSL 259.48º 0.78% 0.61% -
HSV(B) 259.48º 0.66% 0.91% -
XYZ 26.56 16.14 78.81 -
YUV 111.51 196.57 140.48 -
System Red Green Blue C M Y K H S L
Decimal 129 79 233 0.45 0.66 0 0.09 259.48 0.78 0.61
Hex 81 4F E9 2D 42 0 9 103 4E 3D
Octal 201 117 351 55 102 0 11 403 116 75
Binary 10000001 1001111 11101001 101101 1000010 0 1001 100000011 1001110 111101

Color Harmonies of #814FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FE9

Black with #814FE9

Text Example


Text Example

White with #814FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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