Html Css Color HEX #896EBC True V

📋 copy color: '#896EBC'

red 137 ◦ green 110 ◦ blue 188

#896EBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #896EBC

Tints of True V #896EBC

RGB

 RED value IS 137 (53.91% from 255) = 31.49%

 GREEN value IS 110 (43.36% from 255) = 25.29%

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 31.49%
G = 25.29%
B = 43.22%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#896EBC (or 0x896EBC) is known color: True V. HEX triplet: 89, 6E and BC. RGB value is (137,110,188). Sum of RGB (Red+Green+Blue) = 137+110+188=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #896EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896EBC is #769143. Grayscale: #7E7E7E. Windows color (decimal): -7770436 or 12349065. OLE color: 12349065.

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

Color convert

RGB 137 110 188 -
CMYK 0.27 0.41 0 0.26
HSL 260.77º 0.37% 0.58% -
HSV(B) 260.77º 0.41% 0.74% -
XYZ 24.97 20.1 50.14 -
YUV 126.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 137 110 188 0.27 0.41 0 0.26 260.77 0.37 0.58
Hex 89 6E BC 1B 29 0 1A 105 25 3A
Octal 211 156 274 33 51 0 32 405 45 72
Binary 10001001 1101110 10111100 11011 101001 0 11010 100000101 100101 111010

Color Harmonies of #896EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EBC

Black with #896EBC

Text Example


Text Example

White with #896EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #896EBC;
 }
 .AnyTagClassName
 {
   color: #896EBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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