#896BBE

Color #896BBE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #896BBE

Tints of True V #896BBE

Color information

#896BBE (or 0x896BBE) is unknown color: approx True V. HEX triplet: 89, 6B and BE. RGB value is (137,107,190). Sum of RGB (Red+Green+Blue) = 137+107+190=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #896BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BBE is #769441. Grayscale: #7D7D7D. Windows color (decimal): -7771202 or 12479369. OLE color: 12479369.

HSL color Cylindrical-coordinate representation of color #896BBE: hue angle of 261.69º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #896BBE is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137107190-
CMYK0.280.4400.25
HSL261.69º38.97%58.24%-
HSV(B)261.69º43.68%74.51%-
XYZ24.8719.5551.18-
YUV125.43164.44136.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.57%
GREEN value IS 107 (42.19% from 255) = 24.65%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=31.57%
G=24.65%
B=43.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371071900.280.4400.25261.6938.9758.24
Hex896BBE1C2C019106273a
Octal21115327634540314064772
Binary1000100111010111011111011100101100011001100000110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,107,190); }

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

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

 a { background-color: rgb(137,107,190); }

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

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

 span { border-color: rgb(137,107,190); }

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