#8251FB

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

Shades of Medium Slate Blue #8251FB

Tints of Medium Slate Blue #8251FB

Color information

#8251FB (or 0x8251FB) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 51 and FB. RGB value is (130,81,251). Sum of RGB (Red+Green+Blue) = 130+81+251=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #8251FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8251FB is #7DAE04. Grayscale: #727272. Windows color (decimal): -8236549 or 16470402. OLE color: 16470402.

HSL color Cylindrical-coordinate representation of color #8251FB: hue angle of 257.29º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8251FB is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13081251-
CMYK0.480.6800.02
HSL257.29º95.51%65.1%-
HSV(B)257.29º67.73%98.43%-
XYZ29.5617.693.11-
YUV115.03204.73138.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.14%
GREEN value IS 81 (32.03% from 255) = 17.53%
BLUE value IS 251 (98.44% from 255) = 54.33%
R=28.14%
G=17.53%
B=54.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal130812510.480.6800.02257.2995.5165.1
Hex8251FB3044021016041
Octal2021213736010402401140101
Binary10000010101000111111011110000100010001010000000111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8251FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8251FB; }

 p { color: rgb(130,81,251); }

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

<style>
 a { background-color: #8251FB; }

 a { background-color: rgb(130,81,251); }

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

<style>
 span { border-color: #8251FB; }

 span { border-color: rgb(130,81,251); }

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