Html Css Color HEX #814FE5 Medium Slate Blue

📋 copy color: '#814FE5'

red 129 ◦ green 79 ◦ blue 229

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

Shades of Medium Slate Blue #814FE5

Tints of Medium Slate Blue #814FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 52.4%

R = 29.52%
G = 18.08%
B = 52.4%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#814FE5 (or 0x814FE5) is known color: Medium Slate Blue. HEX triplet: 81, 4F and E5. RGB value is (129,79,229). Sum of RGB (Red+Green+Blue) = 129+79+229=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #814FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FE5 is #7EB01A. Grayscale: #6E6E6E. Windows color (decimal): -8302619 or 15028097. OLE color: 15028097.

HSL color Cylindrical-coordinate representation of color #814FE5: hue angle of 260º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #814FE5 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 129 79 229 -
CMYK 0.44 0.66 0 0.10
HSL 260º 0.74% 0.6% -
HSV(B) 260º 0.66% 0.9% -
XYZ 25.99 15.92 75.83 -
YUV 111.05 194.57 140.8 -
System Red Green Blue C M Y K H S L
Decimal 129 79 229 0.44 0.66 0 0.10 260 0.74 0.6
Hex 81 4F E5 2C 42 0 A 104 4A 3C
Octal 201 117 345 54 102 0 12 404 112 74
Binary 10000001 1001111 11100101 101100 1000010 0 1010 100000100 1001010 111100

Color Harmonies of #814FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FE5

Black with #814FE5

Text Example


Text Example

White with #814FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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