#896DFF

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

Shades of Light Slate Blue #896DFF

Tints of Light Slate Blue #896DFF

Color information

#896DFF (or 0x896DFF) is unknown color: approx Light Slate Blue. HEX triplet: 89, 6D and FF. RGB value is (137,109,255). Sum of RGB (Red+Green+Blue) = 137+109+255=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #896DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896DFF is #769200. Grayscale: #858585. Windows color (decimal): -7770625 or 16739721. OLE color: 16739721.

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

Color convert

RGB137109255-
CMYK0.460.5700
HSL251.51º100%71.37%-
HSV(B)251.51º57.25%100%-
XYZ33.8423.4897.36-
YUV134.02196.28130.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.35%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 255 (100% from 255) = 50.90%
R=27.35%
G=21.76%
B=50.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371092550.460.5700251.5110071.37
Hex896DFF2E3900fc6447
Octal211155377567100374144107
Binary10001001110110111111111101110111001001111110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896DFF; }

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

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

<style>
 a { background-color: #896DFF; }

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

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

<style>
 span { border-color: #896DFF; }

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

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