#885CF7

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

Shades of Medium Slate Blue #885CF7

Tints of Medium Slate Blue #885CF7

Color information

#885CF7 (or 0x885CF7) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 5C and F7. RGB value is (136,92,247). Sum of RGB (Red+Green+Blue) = 136+92+247=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #885CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885CF7 is #77A308. Grayscale: #7A7A7A. Windows color (decimal): -7840521 or 16211080. OLE color: 16211080.

HSL color Cylindrical-coordinate representation of color #885CF7: hue angle of 257.03º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885CF7 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13692247-
CMYK0.450.6300.03
HSL257.03º90.64%66.47%-
HSV(B)257.03º62.75%96.86%-
XYZ30.7719.690.16-
YUV122.83198.08137.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.63%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 247 (96.88% from 255) = 52%
R=28.63%
G=19.37%
B=52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal136922470.450.6300.03257.0390.6466.47
Hex885CF72D3F031015b42
Octal210134367557703401133102
Binary1000100010111001111011110110111111101110000000110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885CF7; }

 p { color: rgb(136,92,247); }

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

<style>
 a { background-color: #885CF7; }

 a { background-color: rgb(136,92,247); }

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

<style>
 span { border-color: #885CF7; }

 span { border-color: rgb(136,92,247); }

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