Html Css Color HEX #897AAC Deluge

📋 copy color: '#897AAC'

red 137 ◦ green 122 ◦ blue 172

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

Shades of Deluge #897AAC

Tints of Deluge #897AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.31%

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 31.79%
G = 28.31%
B = 39.91%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#897AAC (or 0x897AAC) is known color: Deluge. HEX triplet: 89, 7A and AC. RGB value is (137,122,172). Sum of RGB (Red+Green+Blue) = 137+122+172=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #897AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897AAC is #768553. Grayscale: #848484. Windows color (decimal): -7767380 or 11303561. OLE color: 11303561.

HSL color Cylindrical-coordinate representation of color #897AAC: hue angle of 258º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #897AAC is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 122 172 -
CMYK 0.20 0.29 0 0.33
HSL 258º 0.23% 0.58% -
HSV(B) 258º 0.29% 0.67% -
XYZ 24.72 22.22 42.01 -
YUV 132.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 137 122 172 0.20 0.29 0 0.33 258 0.23 0.58
Hex 89 7A AC 14 1D 0 21 102 17 3A
Octal 211 172 254 24 35 0 41 402 27 72
Binary 10001001 1111010 10101100 10100 11101 0 100001 100000010 10111 111010

Color Harmonies of #897AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897AAC

Black with #897AAC

Text Example


Text Example

White with #897AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897AAC; }

 p { color: rgb(137,122,172); }

 H1.HeaderClassName
 {
   color: #897AAC;
 }
 .AnyTagClassName
 {
   color: #897AAC;
 }
</style>

background-color css

<style>
 a { background-color: #897AAC; }

 a { background-color: rgb(137,122,172); }

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

border-color css

<style>
 span { border-color: #897AAC; }

 span { border-color: rgb(137,122,172); }

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