#8B52FC

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

Shades of Medium Slate Blue #8B52FC

Tints of Medium Slate Blue #8B52FC

Color information

#8B52FC (or 0x8B52FC) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 52 and FC. RGB value is (139,82,252). Sum of RGB (Red+Green+Blue) = 139+82+252=473 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.39% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B52FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B52FC is #74AD03. Grayscale: #757575. Windows color (decimal): -7646468 or 16536203. OLE color: 16536203.

HSL color Cylindrical-coordinate representation of color #8B52FC: hue angle of 260.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B52FC is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13982252-
CMYK0.450.6700.01
HSL260.12º96.59%65.49%-
HSV(B)260.12º67.46%98.82%-
XYZ31.2418.5594.03-
YUV118.42203.38142.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.39%
GREEN value IS 82 (32.42% from 255) = 17.34%
BLUE value IS 252 (98.83% from 255) = 53.28%
R=29.39%
G=17.34%
B=53.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal139822520.450.6700.01260.1296.5965.49
Hex8B52FC2D43011046141
Octal2131223745510301404141101
Binary1000101110100101111110010110110000110110000010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B52FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B52FC; }

 p { color: rgb(139,82,252); }

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

<style>
 a { background-color: #8B52FC; }

 a { background-color: rgb(139,82,252); }

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

<style>
 span { border-color: #8B52FC; }

 span { border-color: rgb(139,82,252); }

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