#814CF9

Color #814CF9 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #814CF9

Tints of Medium Slate Blue #814CF9

Color information

#814CF9 (or 0x814CF9) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 4C and F9. RGB value is (129,76,249). Sum of RGB (Red+Green+Blue) = 129+76+249=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #814CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814CF9 is #7EB306. Grayscale: #6E6E6E. Windows color (decimal): -8303367 or 16338049. OLE color: 16338049.

HSL color Cylindrical-coordinate representation of color #814CF9: hue angle of 258.38º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #814CF9 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12976249-
CMYK0.480.6900.02
HSL258.38º93.51%63.73%-
HSV(B)258.38º69.48%97.65%-
XYZ28.7416.6891.33-
YUV111.57205.56140.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.41%
GREEN value IS 76 (30.08% from 255) = 16.74%
BLUE value IS 249 (97.66% from 255) = 54.85%
R=28.41%
G=16.74%
B=54.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal129762490.480.6900.02258.3893.5163.73
Hex814CF93045021025e40
Octal2011143716010502402136100
Binary10000001100110011111001110000100010101010000001010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #814CF9;
 }
 .AnyTagClassName
 {
   color: #814CF9;
 }
</style>
background-color css

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

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

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

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

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

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