Html Css Color HEX #814CFD Medium Slate Blue

📋 copy color: '#814CFD'

red 129 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #814CFD

Tints of Medium Slate Blue #814CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.59%

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

R = 28.17%
G = 16.59%
B = 55.24%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#814CFD (or 0x814CFD) is known color: Medium Slate Blue. HEX triplet: 81, 4C and FD. RGB value is (129,76,253). Sum of RGB (Red+Green+Blue) = 129+76+253=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #814CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814CFD is #7EB302. Grayscale: #6F6F6F. Windows color (decimal): -8303363 or 16600193. OLE color: 16600193.

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

Color convert

RGB 129 76 253 -
CMYK 0.49 0.70 0 0.01
HSL 257.97º 0.98% 0.65% -
HSV(B) 257.97º 0.7% 0.99% -
XYZ 29.37 16.93 94.65 -
YUV 112.03 207.56 140.11 -
System Red Green Blue C M Y K H S L
Decimal 129 76 253 0.49 0.70 0 0.01 257.97 0.98 0.65
Hex 81 4C FD 31 46 0 1 102 62 41
Octal 201 114 375 61 106 0 1 402 142 101
Binary 10000001 1001100 11111101 110001 1000110 0 1 100000010 1100010 1000001

Color Harmonies of #814CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CFD

Black with #814CFD

Text Example


Text Example

White with #814CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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