Html Css Color HEX #896BBE True V

📋 copy color: '#896BBE'

red 137 ◦ green 107 ◦ blue 190

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

Shades of True V #896BBE

Tints of True V #896BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.65%

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 31.57%
G = 24.65%
B = 43.78%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#896BBE (or 0x896BBE) is known color: True V. HEX triplet: 89, 6B and BE. RGB value is (137,107,190). Sum of RGB (Red+Green+Blue) = 137+107+190=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #896BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BBE is #769441. Grayscale: #7D7D7D. Windows color (decimal): -7771202 or 12479369. OLE color: 12479369.

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

Color convert

RGB 137 107 190 -
CMYK 0.28 0.44 0 0.25
HSL 261.69º 0.39% 0.58% -
HSV(B) 261.69º 0.44% 0.75% -
XYZ 24.87 19.55 51.18 -
YUV 125.43 164.44 136.25 -
System Red Green Blue C M Y K H S L
Decimal 137 107 190 0.28 0.44 0 0.25 261.69 0.39 0.58
Hex 89 6B BE 1C 2C 0 19 106 27 3A
Octal 211 153 276 34 54 0 31 406 47 72
Binary 10001001 1101011 10111110 11100 101100 0 11001 100000110 100111 111010

Color Harmonies of #896BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896BBE

Black with #896BBE

Text Example


Text Example

White with #896BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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