#8552F7

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

Shades of Medium Slate Blue #8552F7

Tints of Medium Slate Blue #8552F7

Color information

#8552F7 (or 0x8552F7) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 52 and F7. RGB value is (133,82,247). Sum of RGB (Red+Green+Blue) = 133+82+247=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #8552F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8552F7 is #7AAD08. Grayscale: #737373. Windows color (decimal): -8039689 or 16208517. OLE color: 16208517.

HSL color Cylindrical-coordinate representation of color #8552F7: hue angle of 258.55º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8552F7 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13382247-
CMYK0.460.6700.03
HSL258.55º91.16%64.51%-
HSV(B)258.55º66.8%96.86%-
XYZ29.4817.7489.87-
YUV116.06201.9140.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 82 (32.42% from 255) = 17.75%
BLUE value IS 247 (96.88% from 255) = 53.46%
R=28.79%
G=17.75%
B=53.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal133822470.460.6700.03258.5591.1664.51
Hex8552F72E43031035b41
Octal2051223675610303403133101
Binary10000101101001011110111101110100001101110000001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8552F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8552F7; }

 p { color: rgb(133,82,247); }

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

<style>
 a { background-color: #8552F7; }

 a { background-color: rgb(133,82,247); }

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

<style>
 span { border-color: #8552F7; }

 span { border-color: rgb(133,82,247); }

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