Html Css Color HEX #814FEF Medium Slate Blue

📋 copy color: '#814FEF'

red 129 ◦ green 79 ◦ blue 239

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

Shades of Medium Slate Blue #814FEF

Tints of Medium Slate Blue #814FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 28.86%
G = 17.67%
B = 53.47%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#814FEF (or 0x814FEF) is known color: Medium Slate Blue. HEX triplet: 81, 4F and EF. RGB value is (129,79,239). Sum of RGB (Red+Green+Blue) = 129+79+239=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #814FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814FEF is #7EB010. Grayscale: #6F6F6F. Windows color (decimal): -8302609 or 15683457. OLE color: 15683457.

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

Color convert

RGB 129 79 239 -
CMYK 0.46 0.67 0 0.06
HSL 258.75º 0.83% 0.62% -
HSV(B) 258.75º 0.67% 0.94% -
XYZ 27.43 16.49 83.4 -
YUV 112.19 199.57 139.99 -
System Red Green Blue C M Y K H S L
Decimal 129 79 239 0.46 0.67 0 0.06 258.75 0.83 0.62
Hex 81 4F EF 2E 43 0 6 103 53 3E
Octal 201 117 357 56 103 0 6 403 123 76
Binary 10000001 1001111 11101111 101110 1000011 0 110 100000011 1010011 111110

Color Harmonies of #814FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FEF

Black with #814FEF

Text Example


Text Example

White with #814FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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