Html Css Color HEX #814AF8 Medium Slate Blue

📋 copy color: '#814AF8'

red 129 ◦ green 74 ◦ blue 248

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

Shades of Medium Slate Blue #814AF8

Tints of Medium Slate Blue #814AF8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.41%

 BLUE value IS 248 (97.27% from 255) = 54.99%

R = 28.6%
G = 16.41%
B = 54.99%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#814AF8 (or 0x814AF8) is known color: Medium Slate Blue. HEX triplet: 81, 4A and F8. RGB value is (129,74,248). Sum of RGB (Red+Green+Blue) = 129+74+248=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 248 (97.27% from 255 or 54.99% from 451); Max value from RGB is 248 - color contains mainly: blue. Hex color #814AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814AF8 is #7EB507. Grayscale: #6D6D6D. Windows color (decimal): -8303880 or 16272001. OLE color: 16272001.

HSL color Cylindrical-coordinate representation of color #814AF8: hue angle of 258.97º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #814AF8 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 74 248 -
CMYK 0.48 0.70 0 0.03
HSL 258.97º 0.93% 0.63% -
HSV(B) 258.97º 0.7% 0.97% -
XYZ 28.45 16.34 90.46 -
YUV 110.28 205.72 141.35 -
System Red Green Blue C M Y K H S L
Decimal 129 74 248 0.48 0.70 0 0.03 258.97 0.93 0.63
Hex 81 4A F8 30 46 0 3 103 5D 3F
Octal 201 112 370 60 106 0 3 403 135 77
Binary 10000001 1001010 11111000 110000 1000110 0 11 100000011 1011101 111111

Color Harmonies of #814AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814AF8

Black with #814AF8

Text Example


Text Example

White with #814AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,74,248); }

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

background-color css

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

 a { background-color: rgb(129,74,248); }

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

border-color css

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

 span { border-color: rgb(129,74,248); }

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