Html Css Color HEX #814FEE Medium Slate Blue

📋 copy color: '#814FEE'

red 129 ◦ green 79 ◦ blue 238

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

Shades of Medium Slate Blue #814FEE

Tints of Medium Slate Blue #814FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 28.92%
G = 17.71%
B = 53.36%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#814FEE (or 0x814FEE) is known color: Medium Slate Blue. HEX triplet: 81, 4F and EE. RGB value is (129,79,238). Sum of RGB (Red+Green+Blue) = 129+79+238=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #814FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814FEE is #7EB011. Grayscale: #6F6F6F. Windows color (decimal): -8302610 or 15617921. OLE color: 15617921.

HSL color Cylindrical-coordinate representation of color #814FEE: hue angle of 258.87º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814FEE is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 79 238 -
CMYK 0.46 0.67 0 0.07
HSL 258.87º 0.82% 0.62% -
HSV(B) 258.87º 0.67% 0.93% -
XYZ 27.28 16.43 82.62 -
YUV 112.08 199.07 140.07 -
System Red Green Blue C M Y K H S L
Decimal 129 79 238 0.46 0.67 0 0.07 258.87 0.82 0.62
Hex 81 4F EE 2E 43 0 7 103 52 3E
Octal 201 117 356 56 103 0 7 403 122 76
Binary 10000001 1001111 11101110 101110 1000011 0 111 100000011 1010010 111110

Color Harmonies of #814FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FEE

Black with #814FEE

Text Example


Text Example

White with #814FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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