#895CFF

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

Shades of Light Slate Blue #895CFF

Tints of Light Slate Blue #895CFF

Color information

#895CFF (or 0x895CFF) is unknown color: approx Light Slate Blue. HEX triplet: 89, 5C and FF. RGB value is (137,92,255). Sum of RGB (Red+Green+Blue) = 137+92+255=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #895CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895CFF is #76A300. Grayscale: #7B7B7B. Windows color (decimal): -7774977 or 16735369. OLE color: 16735369.

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

Color convert

RGB13792255-
CMYK0.460.6400
HSL256.56º100%68.04%-
HSV(B)256.56º63.92%100%-
XYZ32.1920.1996.81-
YUV124.04201.91137.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.31%
GREEN value IS 92 (36.33% from 255) = 19.01%
BLUE value IS 255 (100% from 255) = 52.69%
R=28.31%
G=19.01%
B=52.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal137922550.460.6400256.5610068.04
Hex895CFF2E40001016444
Octal2111343775610000401144104
Binary1000100110111001111111110111010000000010000000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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