Html Css Color HEX #897AAA Deluge

📋 copy color: '#897AAA'

red 137 ◦ green 122 ◦ blue 170

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

Shades of Deluge #897AAA

Tints of Deluge #897AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 31.93%
G = 28.44%
B = 39.63%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#897AAA (or 0x897AAA) is known color: Deluge. HEX triplet: 89, 7A and AA. RGB value is (137,122,170). Sum of RGB (Red+Green+Blue) = 137+122+170=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #897AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897AAA is #768555. Grayscale: #838383. Windows color (decimal): -7767382 or 11172489. OLE color: 11172489.

HSL color Cylindrical-coordinate representation of color #897AAA: hue angle of 258.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #897AAA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 122 170 -
CMYK 0.19 0.28 0 0.33
HSL 258.75º 0.22% 0.57% -
HSV(B) 258.75º 0.28% 0.67% -
XYZ 24.53 22.14 41.01 -
YUV 131.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 137 122 170 0.19 0.28 0 0.33 258.75 0.22 0.57
Hex 89 7A AA 13 1C 0 21 103 16 39
Octal 211 172 252 23 34 0 41 403 26 71
Binary 10001001 1111010 10101010 10011 11100 0 100001 100000011 10110 111001

Color Harmonies of #897AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897AAA

Black with #897AAA

Text Example


Text Example

White with #897AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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