Html Css Color HEX #896FB0 Deluge

📋 copy color: '#896FB0'

red 137 ◦ green 111 ◦ blue 176

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

Shades of Deluge #896FB0

Tints of Deluge #896FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.51%

R = 32.31%
G = 26.18%
B = 41.51%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#896FB0 (or 0x896FB0) is known color: Deluge. HEX triplet: 89, 6F and B0. RGB value is (137,111,176). Sum of RGB (Red+Green+Blue) = 137+111+176=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 176 - color contains mainly: blue. Hex color #896FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FB0 is #76904F. Grayscale: #7D7D7D. Windows color (decimal): -7770192 or 11562889. OLE color: 11562889.

HSL color Cylindrical-coordinate representation of color #896FB0: hue angle of 264º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #896FB0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 111 176 -
CMYK 0.22 0.37 0 0.31
HSL 264º 0.29% 0.56% -
HSV(B) 264º 0.37% 0.69% -
XYZ 23.84 19.82 43.64 -
YUV 126.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 137 111 176 0.22 0.37 0 0.31 264 0.29 0.56
Hex 89 6F B0 16 25 0 1F 108 1D 38
Octal 211 157 260 26 45 0 37 410 35 70
Binary 10001001 1101111 10110000 10110 100101 0 11111 100001000 11101 111000

Color Harmonies of #896FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FB0

Black with #896FB0

Text Example


Text Example

White with #896FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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