Html Css Color HEX #896FBE True V

📋 copy color: '#896FBE'

red 137 ◦ green 111 ◦ blue 190

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

Shades of True V #896FBE

Tints of True V #896FBE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.34%

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

R = 31.28%
G = 25.34%
B = 43.38%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#896FBE (or 0x896FBE) is known color: True V. HEX triplet: 89, 6F and BE. RGB value is (137,111,190). Sum of RGB (Red+Green+Blue) = 137+111+190=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #896FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FBE is #769041. Grayscale: #7F7F7F. Windows color (decimal): -7770178 or 12480393. OLE color: 12480393.

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

Color convert

RGB 137 111 190 -
CMYK 0.28 0.42 0 0.25
HSL 259.75º 0.38% 0.59% -
HSV(B) 259.75º 0.42% 0.75% -
XYZ 25.3 20.4 51.32 -
YUV 127.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 137 111 190 0.28 0.42 0 0.25 259.75 0.38 0.59
Hex 89 6F BE 1C 2A 0 19 104 26 3B
Octal 211 157 276 34 52 0 31 404 46 73
Binary 10001001 1101111 10111110 11100 101010 0 11001 100000100 100110 111011

Color Harmonies of #896FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FBE

Black with #896FBE

Text Example


Text Example

White with #896FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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