Html Css Color HEX #896DBE True V

📋 copy color: '#896DBE'

red 137 ◦ green 109 ◦ blue 190

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

Shades of True V #896DBE

Tints of True V #896DBE

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 value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#896DBE (or 0x896DBE) is known color: 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

RGB 137 109 190 -
CMYK 0.28 0.43 0 0.25
HSL 260.74º 0.38% 0.59% -
HSV(B) 260.74º 0.43% 0.75% -
XYZ 25.08 19.97 51.25 -
YUV 126.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 137 109 190 0.28 0.43 0 0.25 260.74 0.38 0.59
Hex 89 6D BE 1C 2B 0 19 105 26 3B
Octal 211 155 276 34 53 0 31 405 46 73
Binary 10001001 1101101 10111110 11100 101011 0 11001 100000101 100110 111011

Color Harmonies of #896DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DBE

Black with #896DBE

Text Example


Text Example

White with #896DBE

Text Example


Text Example

HTML Codes & Css Web 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>