#896DBE

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

Shades of True V #896DBE

Tints of True V #896DBE

Color information

#896DBE (or 0x896DBE) is unknown color: approx True V. HEX triplet: 89, 6D and BE. RGB value is (137,109,190). Sum of RGB (Red+Green+Blue) = 137+109+190=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #896DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DBE is #769241. Grayscale: #7E7E7E. Windows color (decimal): -7770690 or 12479881. OLE color: 12479881.

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

Color convert

RGB137109190-
CMYK0.280.4300.25
HSL260.74º38.39%58.63%-
HSV(B)260.74º42.63%74.51%-
XYZ25.0819.9751.25-
YUV126.61163.78135.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=31.42%
G=25%
B=43.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371091900.280.4300.25260.7438.3958.63
Hex896DBE1C2B019105263b
Octal21115527634530314054673
Binary1000100111011011011111011100101011011001100000101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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