#896CFB

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

Shades of Light Slate Blue #896CFB

Tints of Light Slate Blue #896CFB

Color information

#896CFB (or 0x896CFB) is unknown color: approx Light Slate Blue. HEX triplet: 89, 6C and FB. RGB value is (137,108,251). Sum of RGB (Red+Green+Blue) = 137+108+251=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #896CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896CFB is #769304. Grayscale: #848484. Windows color (decimal): -7770885 or 16477321. OLE color: 16477321.

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

Color convert

RGB137108251-
CMYK0.450.5700.02
HSL252.17º94.7%70.39%-
HSV(B)252.17º56.97%98.43%-
XYZ33.0923.0193.96-
YUV132.97194.61130.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.62%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 251 (98.44% from 255) = 50.60%
R=27.62%
G=21.77%
B=50.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371082510.450.5700.02252.1794.770.39
Hex896CFB2D3902fc5f46
Octal211154373557102374137106
Binary100010011101100111110111011011110010101111110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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