Html Css Color HEX #814EFD Medium Slate Blue

📋 copy color: '#814EFD'

red 129 ◦ green 78 ◦ blue 253

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

Shades of Medium Slate Blue #814EFD

Tints of Medium Slate Blue #814EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.96%

 BLUE value IS 253 (99.22% from 255) = 55%

R = 28.04%
G = 16.96%
B = 55%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#814EFD (or 0x814EFD) is known color: Medium Slate Blue. HEX triplet: 81, 4E and FD. RGB value is (129,78,253). Sum of RGB (Red+Green+Blue) = 129+78+253=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #814EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814EFD is #7EB102. Grayscale: #707070. Windows color (decimal): -8302851 or 16600705. OLE color: 16600705.

HSL color Cylindrical-coordinate representation of color #814EFD: hue angle of 257.49º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #814EFD is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 78 253 -
CMYK 0.49 0.69 0 0.01
HSL 257.49º 0.98% 0.65% -
HSV(B) 257.49º 0.69% 0.99% -
XYZ 29.51 17.21 94.69 -
YUV 113.2 206.9 139.27 -
System Red Green Blue C M Y K H S L
Decimal 129 78 253 0.49 0.69 0 0.01 257.49 0.98 0.65
Hex 81 4E FD 31 45 0 1 101 62 41
Octal 201 116 375 61 105 0 1 401 142 101
Binary 10000001 1001110 11111101 110001 1000101 0 1 100000001 1100010 1000001

Color Harmonies of #814EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EFD

Black with #814EFD

Text Example


Text Example

White with #814EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,78,253); }

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

background-color css

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

 a { background-color: rgb(129,78,253); }

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

border-color css

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

 span { border-color: rgb(129,78,253); }

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