#814CFB

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

Shades of Medium Slate Blue #814CFB

Tints of Medium Slate Blue #814CFB

Color information

#814CFB (or 0x814CFB) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 4C and FB. RGB value is (129,76,251). Sum of RGB (Red+Green+Blue) = 129+76+251=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #814CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814CFB is #7EB304. Grayscale: #6F6F6F. Windows color (decimal): -8303365 or 16469121. OLE color: 16469121.

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

Color convert

RGB12976251-
CMYK0.490.7000.02
HSL258.17º95.63%64.12%-
HSV(B)258.17º69.72%98.43%-
XYZ29.0516.892.98-
YUV111.8206.56140.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 76 (30.08% from 255) = 16.67%
BLUE value IS 251 (98.44% from 255) = 55.04%
R=28.29%
G=16.67%
B=55.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal129762510.490.7000.02258.1795.6364.12
Hex814CFB3146021026040
Octal2011143736110602402140100
Binary10000001100110011111011110001100011001010000001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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