#896CBF

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

Shades of True V #896CBF

Tints of True V #896CBF

Color information

#896CBF (or 0x896CBF) is unknown color: approx True V. HEX triplet: 89, 6C and BF. RGB value is (137,108,191). Sum of RGB (Red+Green+Blue) = 137+108+191=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #896CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CBF is #769340. Grayscale: #7D7D7D. Windows color (decimal): -7770945 or 12545161. OLE color: 12545161.

HSL color Cylindrical-coordinate representation of color #896CBF: hue angle of 260.96º degrees, saturation: 0.39, 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 #896CBF is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137108191-
CMYK0.280.4300.25
HSL260.96º39.34%58.63%-
HSV(B)260.96º43.46%74.9%-
XYZ25.0819.8151.79-
YUV126.13164.61135.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 191 (75% from 255) = 43.81%
R=31.42%
G=24.77%
B=43.81%

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
Decimal1371081910.280.4300.25260.9639.3458.63
Hex896CBF1C2B019105273b
Octal21115427734530314054773
Binary1000100111011001011111111100101011011001100000101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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