#896FFB

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

Shades of Light Slate Blue #896FFB

Tints of Light Slate Blue #896FFB

Color information

#896FFB (or 0x896FFB) is unknown color: approx Light Slate Blue. HEX triplet: 89, 6F and FB. RGB value is (137,111,251). Sum of RGB (Red+Green+Blue) = 137+111+251=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #896FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FFB is #769004. Grayscale: #868686. Windows color (decimal): -7770117 or 16478089. OLE color: 16478089.

HSL color Cylindrical-coordinate representation of color #896FFB: hue angle of 251.14º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #896FFB is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137111251-
CMYK0.450.5600.02
HSL251.14º94.59%70.98%-
HSV(B)251.14º55.78%98.43%-
XYZ33.4123.6594.07-
YUV134.73193.61129.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.45%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 251 (98.44% from 255) = 50.30%
R=27.45%
G=22.24%
B=50.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371112510.450.5600.02251.1494.5970.98
Hex896FFB2D3802fb5f47
Octal211157373557002373137107
Binary100010011101111111110111011011110000101111101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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