#896FFF

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

Shades of Light Slate Blue #896FFF

Tints of Light Slate Blue #896FFF

Color information

#896FFF (or 0x896FFF) is unknown color: approx Light Slate Blue. HEX triplet: 89, 6F and FF. RGB value is (137,111,255). Sum of RGB (Red+Green+Blue) = 137+111+255=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #896FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FFF is #769000. Grayscale: #868686. Windows color (decimal): -7770113 or 16740233. OLE color: 16740233.

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

Color convert

RGB137111255-
CMYK0.460.5600
HSL250.83º100%71.76%-
HSV(B)250.83º56.47%100%-
XYZ34.0523.9197.43-
YUV135.19195.61129.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.24%
GREEN value IS 111 (43.75% from 255) = 22.07%
BLUE value IS 255 (100% from 255) = 50.70%
R=27.24%
G=22.07%
B=50.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371112550.460.5600250.8310071.76
Hex896FFF2E3800fb6448
Octal211157377567000373144110
Binary10001001110111111111111101110111000001111101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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