#896BBA

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

Shades of True V #896BBA

Tints of True V #896BBA

Color information

#896BBA (or 0x896BBA) is unknown color: approx True V. HEX triplet: 89, 6B and BA. RGB value is (137,107,186). Sum of RGB (Red+Green+Blue) = 137+107+186=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #896BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BBA is #769445. Grayscale: #7C7C7C. Windows color (decimal): -7771206 or 12217225. OLE color: 12217225.

HSL color Cylindrical-coordinate representation of color #896BBA: hue angle of 262.78º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #896BBA is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137107186-
CMYK0.260.4200.27
HSL262.78º36.41%57.45%-
HSV(B)262.78º42.47%72.94%-
XYZ24.4419.3848.91-
YUV124.98162.44136.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.86%
GREEN value IS 107 (42.19% from 255) = 24.88%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=31.86%
G=24.88%
B=43.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371071860.260.4200.27262.7836.4157.45
Hex896BBA1A2A01B1072439
Octal21115327232520334074471
Binary1000100111010111011101011010101010011011100000111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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