Html Css Color HEX #814DF0 Medium Slate Blue

📋 copy color: '#814DF0'

red 129 ◦ green 77 ◦ blue 240

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

Shades of Medium Slate Blue #814DF0

Tints of Medium Slate Blue #814DF0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 240 (94.14% from 255) = 53.81%

R = 28.92%
G = 17.26%
B = 53.81%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#814DF0 (or 0x814DF0) is known color: Medium Slate Blue. HEX triplet: 81, 4D and F0. RGB value is (129,77,240). Sum of RGB (Red+Green+Blue) = 129+77+240=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #814DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814DF0 is #7EB20F. Grayscale: #6E6E6E. Windows color (decimal): -8303120 or 15748481. OLE color: 15748481.

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

Color convert

RGB 129 77 240 -
CMYK 0.46 0.68 0 0.06
HSL 259.14º 0.84% 0.62% -
HSV(B) 259.14º 0.68% 0.94% -
XYZ 27.44 16.27 84.13 -
YUV 111.13 200.73 140.75 -
System Red Green Blue C M Y K H S L
Decimal 129 77 240 0.46 0.68 0 0.06 259.14 0.84 0.62
Hex 81 4D F0 2E 44 0 6 103 54 3E
Octal 201 115 360 56 104 0 6 403 124 76
Binary 10000001 1001101 11110000 101110 1000100 0 110 100000011 1010100 111110

Color Harmonies of #814DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DF0

Black with #814DF0

Text Example


Text Example

White with #814DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,77,240); }

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

background-color css

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

 a { background-color: rgb(129,77,240); }

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

border-color css

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

 span { border-color: rgb(129,77,240); }

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