Html Css Color HEX #897AAB Deluge

📋 copy color: '#897AAB'

red 137 ◦ green 122 ◦ blue 171

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

Shades of Deluge #897AAB

Tints of Deluge #897AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 31.86%
G = 28.37%
B = 39.77%

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

#897AAB (or 0x897AAB) is known color: Deluge. HEX triplet: 89, 7A and AB. RGB value is (137,122,171). Sum of RGB (Red+Green+Blue) = 137+122+171=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #897AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897AAB is #768554. Grayscale: #838383. Windows color (decimal): -7767381 or 11238025. OLE color: 11238025.

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

Color convert

RGB 137 122 171 -
CMYK 0.20 0.29 0 0.33
HSL 258.37º 0.23% 0.57% -
HSV(B) 258.37º 0.29% 0.67% -
XYZ 24.63 22.18 41.51 -
YUV 132.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 137 122 171 0.20 0.29 0 0.33 258.37 0.23 0.57
Hex 89 7A AB 14 1D 0 21 102 17 39
Octal 211 172 253 24 35 0 41 402 27 71
Binary 10001001 1111010 10101011 10100 11101 0 100001 100000010 10111 111001

Color Harmonies of #897AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897AAB

Black with #897AAB

Text Example


Text Example

White with #897AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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