Html Css Color HEX #896EB7 True V

📋 copy color: '#896EB7'

red 137 ◦ green 110 ◦ blue 183

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

Shades of True V #896EB7

Tints of True V #896EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.56%

R = 31.86%
G = 25.58%
B = 42.56%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#896EB7 (or 0x896EB7) is known color: True V. HEX triplet: 89, 6E and B7. RGB value is (137,110,183). Sum of RGB (Red+Green+Blue) = 137+110+183=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 183 - color contains mainly: blue. Hex color #896EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896EB7 is #769148. Grayscale: #7E7E7E. Windows color (decimal): -7770441 or 12021385. OLE color: 12021385.

HSL color Cylindrical-coordinate representation of color #896EB7: hue angle of 262.19º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #896EB7 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 137 110 183 -
CMYK 0.25 0.40 0 0.28
HSL 262.19º 0.34% 0.57% -
HSV(B) 262.19º 0.4% 0.72% -
XYZ 24.44 19.89 47.35 -
YUV 126.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 137 110 183 0.25 0.40 0 0.28 262.19 0.34 0.57
Hex 89 6E B7 19 28 0 1C 106 22 39
Octal 211 156 267 31 50 0 34 406 42 71
Binary 10001001 1101110 10110111 11001 101000 0 11100 100000110 100010 111001

Color Harmonies of #896EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EB7

Black with #896EB7

Text Example


Text Example

White with #896EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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