Html Css Color HEX #896FBB True V

📋 copy color: '#896FBB'

red 137 ◦ green 111 ◦ blue 187

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

Shades of True V #896FBB

Tints of True V #896FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.99%

R = 31.49%
G = 25.52%
B = 42.99%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#896FBB (or 0x896FBB) is known color: True V. HEX triplet: 89, 6F and BB. RGB value is (137,111,187). Sum of RGB (Red+Green+Blue) = 137+111+187=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #896FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FBB is #769044. Grayscale: #7F7F7F. Windows color (decimal): -7770181 or 12283785. OLE color: 12283785.

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

Color convert

RGB 137 111 187 -
CMYK 0.27 0.41 0 0.27
HSL 260.53º 0.36% 0.58% -
HSV(B) 260.53º 0.41% 0.73% -
XYZ 24.97 20.28 49.61 -
YUV 127.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 137 111 187 0.27 0.41 0 0.27 260.53 0.36 0.58
Hex 89 6F BB 1B 29 0 1B 105 24 3A
Octal 211 157 273 33 51 0 33 405 44 72
Binary 10001001 1101111 10111011 11011 101001 0 11011 100000101 100100 111010

Color Harmonies of #896FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FBB

Black with #896FBB

Text Example


Text Example

White with #896FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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