#895EFF

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

Shades of Light Slate Blue #895EFF

Tints of Light Slate Blue #895EFF

Color information

#895EFF (or 0x895EFF) is unknown color: approx Light Slate Blue. HEX triplet: 89, 5E and FF. RGB value is (137,94,255). Sum of RGB (Red+Green+Blue) = 137+94+255=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #895EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895EFF is #76A100. Grayscale: #7C7C7C. Windows color (decimal): -7774465 or 16735881. OLE color: 16735881.

HSL color Cylindrical-coordinate representation of color #895EFF: hue angle of 256.02º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #895EFF is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13794255-
CMYK0.460.6300
HSL256.02º100%68.43%-
HSV(B)256.02º63.14%100%-
XYZ32.3720.5496.87-
YUV125.21201.25136.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.19%
GREEN value IS 94 (37.11% from 255) = 19.34%
BLUE value IS 255 (100% from 255) = 52.47%
R=28.19%
G=19.34%
B=52.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal137942550.460.6300256.0210068.43
Hex895EFF2E3F001006444
Octal211136377567700400144104
Binary100010011011110111111111011101111110010000000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,94,255); }

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

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

 a { background-color: rgb(137,94,255); }

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

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

 span { border-color: rgb(137,94,255); }

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