#8652FB

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

Shades of Medium Slate Blue #8652FB

Tints of Medium Slate Blue #8652FB

Color information

#8652FB (or 0x8652FB) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 52 and FB. RGB value is (134,82,251). Sum of RGB (Red+Green+Blue) = 134+82+251=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #8652FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8652FB is #79AD04. Grayscale: #747474. Windows color (decimal): -7974149 or 16470662. OLE color: 16470662.

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

Color convert

RGB13482251-
CMYK0.470.6700.02
HSL258.46º95.48%65.29%-
HSV(B)258.46º67.33%98.43%-
XYZ30.2618.0793.16-
YUV116.81203.73140.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.69%
GREEN value IS 82 (32.42% from 255) = 17.56%
BLUE value IS 251 (98.44% from 255) = 53.75%
R=28.69%
G=17.56%
B=53.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal134822510.470.6700.02258.4695.4865.29
Hex8652FB2F43021025f41
Octal2061223735710302402137101
Binary10000110101001011111011101111100001101010000001010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8652FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,82,251); }

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

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

 a { background-color: rgb(134,82,251); }

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

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

 span { border-color: rgb(134,82,251); }

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