Shades of Cascade #90A79D
Tints of Cascade #90A79D
RGB
CMYK
RGB Variations
Color information
#90A79D (or 0x90A79D) is known color: Cascade. HEX triplet: 90, A7 and 9D. RGB value is (144,167,157). Sum of RGB (Red+Green+Blue) = 144+167+157=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 167 - color contains mainly: green. Hex color #90A79D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A79D is #6F5862. Grayscale: #9F9F9F. Windows color (decimal): -7297123 or 10332048. OLE color: 10332048.
HSL color Cylindrical-coordinate representation of color #90A79D: hue angle of 153.91º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90A79D is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 167 | 157 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.35 |
| HSL | 153.91º | 0.12% | 0.61% | - |
| HSV(B) | 153.91º | 0.14% | 0.65% | - |
| XYZ | 31.41 | 36 | 37.19 | - |
| YUV | 158.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 157 | 0.14 | 0 | 0.06 | 0.35 | 153.91 | 0.12 | 0.61 |
| Hex | 90 | A7 | 9D | E | 0 | 6 | 23 | 9A | C | 3D |
| Octal | 220 | 247 | 235 | 16 | 0 | 6 | 43 | 232 | 14 | 75 |
| Binary | 10010000 | 10100111 | 10011101 | 1110 | 0 | 110 | 100011 | 10011010 | 1100 | 111101 |
Color Harmonies of #90A79D
Complementary color
Monochromatic Colors of #90A79D
Black with #90A79D
Text Example
Text Example
White with #90A79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A79D; }
p { color: rgb(144,167,157); }
H1.HeaderClassName
{
color: #90A79D;
}
.AnyTagClassName
{
color: #90A79D;
}
</style>
background-color css
<style>
a { background-color: #90A79D; }
a { background-color: rgb(144,167,157); }
div.DivClassName
{
background-color: #90A79D;
}
.BgClassName
{
background-color: #90A79D;
}
</style>
border-color css
<style>
span { border-color: #90A79D; }
span { border-color: rgb(144,167,157); }
td.TdClassName
{
border-color: #90A79D;
}
.TagClassName
{
border-color: #90A79D;
}
</style>