#895CF9

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

Shades of Medium Slate Blue #895CF9

Tints of Medium Slate Blue #895CF9

Color information

#895CF9 (or 0x895CF9) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 5C and F9. RGB value is (137,92,249). Sum of RGB (Red+Green+Blue) = 137+92+249=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #895CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895CF9 is #76A306. Grayscale: #7A7A7A. Windows color (decimal): -7774983 or 16342153. OLE color: 16342153.

HSL color Cylindrical-coordinate representation of color #895CF9: hue angle of 257.2º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #895CF9 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13792249-
CMYK0.450.6300.02
HSL257.2º92.9%66.86%-
HSV(B)257.2º63.05%97.65%-
XYZ31.2419.8191.8-
YUV123.35198.91137.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.66%
GREEN value IS 92 (36.33% from 255) = 19.25%
BLUE value IS 249 (97.66% from 255) = 52.09%
R=28.66%
G=19.25%
B=52.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal137922490.450.6300.02257.292.966.86
Hex895CF92D3F021015d43
Octal211134371557702401135103
Binary1000100110111001111100110110111111101010000000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895CF9; }

 p { color: rgb(137,92,249); }

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

<style>
 a { background-color: #895CF9; }

 a { background-color: rgb(137,92,249); }

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

<style>
 span { border-color: #895CF9; }

 span { border-color: rgb(137,92,249); }

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