#8055F9

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

Shades of Medium Slate Blue #8055F9

Tints of Medium Slate Blue #8055F9

Color information

#8055F9 (or 0x8055F9) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 55 and F9. RGB value is (128,85,249). Sum of RGB (Red+Green+Blue) = 128+85+249=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #8055F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8055F9 is #7FAA06. Grayscale: #737373. Windows color (decimal): -8366599 or 16340352. OLE color: 16340352.

HSL color Cylindrical-coordinate representation of color #8055F9: hue angle of 255.73º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8055F9 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12885249-
CMYK0.490.6600.02
HSL255.73º93.18%65.49%-
HSV(B)255.73º65.86%97.65%-
XYZ29.2517.9391.54-
YUV116.55202.75136.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.71%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 249 (97.66% from 255) = 53.90%
R=27.71%
G=18.40%
B=53.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal128852490.490.6600.02255.7393.1865.49
Hex8055F93142021005d41
Octal2001253716110202400135101
Binary10000000101010111111001110001100001001010000000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8055F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8055F9; }

 p { color: rgb(128,85,249); }

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

<style>
 a { background-color: #8055F9; }

 a { background-color: rgb(128,85,249); }

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

<style>
 span { border-color: #8055F9; }

 span { border-color: rgb(128,85,249); }

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