Html Css Color HEX #896FA8 Deluge

📋 copy color: '#896FA8'

red 137 ◦ green 111 ◦ blue 168

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

Shades of Deluge #896FA8

Tints of Deluge #896FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.38%

R = 32.93%
G = 26.68%
B = 40.38%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#896FA8 (or 0x896FA8) is known color: Deluge. HEX triplet: 89, 6F and A8. RGB value is (137,111,168). Sum of RGB (Red+Green+Blue) = 137+111+168=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 168 - color contains mainly: blue. Hex color #896FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FA8 is #769057. Grayscale: #7D7D7D. Windows color (decimal): -7770200 or 11038601. OLE color: 11038601.

HSL color Cylindrical-coordinate representation of color #896FA8: hue angle of 267.37º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #896FA8 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 137 111 168 -
CMYK 0.18 0.34 0 0.34
HSL 267.37º 0.25% 0.55% -
HSV(B) 267.37º 0.34% 0.66% -
XYZ 23.07 19.51 39.6 -
YUV 125.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 137 111 168 0.18 0.34 0 0.34 267.37 0.25 0.55
Hex 89 6F A8 12 22 0 22 10B 19 37
Octal 211 157 250 22 42 0 42 413 31 67
Binary 10001001 1101111 10101000 10010 100010 0 100010 100001011 11001 110111

Color Harmonies of #896FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FA8

Black with #896FA8

Text Example


Text Example

White with #896FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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