Shades of Deluge #897BA5
Tints of Deluge #897BA5
RGB
CMYK
RGB Variations
Color information
#897BA5 (or 0x897BA5) is known color: Deluge. HEX triplet: 89, 7B and A5. RGB value is (137,123,165). Sum of RGB (Red+Green+Blue) = 137+123+165=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 165 - color contains mainly: blue. Hex color #897BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897BA5 is #76845A. Grayscale: #838383. Windows color (decimal): -7767131 or 10845065. OLE color: 10845065.
HSL color Cylindrical-coordinate representation of color #897BA5: hue angle of 260º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #897BA5 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 123 | 165 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.35 |
| HSL | 260º | 0.19% | 0.56% | - |
| HSV(B) | 260º | 0.25% | 0.65% | - |
| XYZ | 24.19 | 22.2 | 38.61 | - |
| YUV | 131.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 165 | 0.17 | 0.25 | 0 | 0.35 | 260 | 0.19 | 0.56 |
| Hex | 89 | 7B | A5 | 11 | 19 | 0 | 23 | 104 | 13 | 38 |
| Octal | 211 | 173 | 245 | 21 | 31 | 0 | 43 | 404 | 23 | 70 |
| Binary | 10001001 | 1111011 | 10100101 | 10001 | 11001 | 0 | 100011 | 100000100 | 10011 | 111000 |
Color Harmonies of #897BA5
Complementary color
Monochromatic Colors of #897BA5
Black with #897BA5
Text Example
Text Example
White with #897BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897BA5; }
p { color: rgb(137,123,165); }
H1.HeaderClassName
{
color: #897BA5;
}
.AnyTagClassName
{
color: #897BA5;
}
</style>
background-color css
<style>
a { background-color: #897BA5; }
a { background-color: rgb(137,123,165); }
div.DivClassName
{
background-color: #897BA5;
}
.BgClassName
{
background-color: #897BA5;
}
</style>
border-color css
<style>
span { border-color: #897BA5; }
span { border-color: rgb(137,123,165); }
td.TdClassName
{
border-color: #897BA5;
}
.TagClassName
{
border-color: #897BA5;
}
</style>