#896EBA

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

Shades of True V #896EBA

Tints of True V #896EBA

Color information

#896EBA (or 0x896EBA) is unknown color: approx True V. HEX triplet: 89, 6E and BA. RGB value is (137,110,186). Sum of RGB (Red+Green+Blue) = 137+110+186=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #896EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896EBA is #769145. Grayscale: #7E7E7E. Windows color (decimal): -7770438 or 12217993. OLE color: 12217993.

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

Color convert

RGB137110186-
CMYK0.260.4100.27
HSL261.32º35.51%58.04%-
HSV(B)261.32º40.86%72.94%-
XYZ24.7620.0249.01-
YUV126.74161.45135.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.64%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=31.64%
G=25.40%
B=42.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371101860.260.4100.27261.3235.5158.04
Hex896EBA1A2901B105243a
Octal21115627232510334054472
Binary1000100111011101011101011010101001011011100000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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