#8855F4

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

Shades of Medium Slate Blue #8855F4

Tints of Medium Slate Blue #8855F4

Color information

#8855F4 (or 0x8855F4) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 55 and F4. RGB value is (136,85,244). Sum of RGB (Red+Green+Blue) = 136+85+244=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #8855F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8855F4 is #77AA0B. Grayscale: #757575. Windows color (decimal): -7842316 or 16012680. OLE color: 16012680.

HSL color Cylindrical-coordinate representation of color #8855F4: hue angle of 259.25º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8855F4 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13685244-
CMYK0.440.6500.04
HSL259.25º87.85%64.51%-
HSV(B)259.25º65.16%95.69%-
XYZ29.7318.2687.55-
YUV118.38198.9140.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.25%
GREEN value IS 85 (33.59% from 255) = 18.28%
BLUE value IS 244 (95.70% from 255) = 52.47%
R=29.25%
G=18.28%
B=52.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal136852440.440.6500.04259.2587.8564.51
Hex8855F42C41041035841
Octal2101253645410104403130101
Binary100010001010101111101001011001000001010010000001110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8855F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8855F4; }

 p { color: rgb(136,85,244); }

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

<style>
 a { background-color: #8855F4; }

 a { background-color: rgb(136,85,244); }

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

<style>
 span { border-color: #8855F4; }

 span { border-color: rgb(136,85,244); }

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