Shades of Venus #918A8B
Tints of Venus #918A8B
RGB
CMYK
RGB Variations
Color information
#918A8B (or 0x918A8B) is known color: Venus. HEX triplet: 91, 8A and 8B. RGB value is (145,138,139). Sum of RGB (Red+Green+Blue) = 145+138+139=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 145 - color contains mainly: red. Hex color #918A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918A8B is #6E7574. Grayscale: #8C8C8C. Windows color (decimal): -7239029 or 9144977. OLE color: 9144977.
HSL color Cylindrical-coordinate representation of color #918A8B: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #918A8B is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 139 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.43 |
| HSL | 351.43º | 0.03% | 0.55% | - |
| HSV(B) | 351.43º | 0.05% | 0.57% | - |
| XYZ | 25.43 | 26.06 | 28.12 | - |
| YUV | 140.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 139 | 0 | 0.05 | 0.04 | 0.43 | 351.43 | 0.03 | 0.55 |
| Hex | 91 | 8A | 8B | 0 | 5 | 4 | 2B | 15F | 3 | 37 |
| Octal | 221 | 212 | 213 | 0 | 5 | 4 | 53 | 537 | 3 | 67 |
| Binary | 10010001 | 10001010 | 10001011 | 0 | 101 | 100 | 101011 | 101011111 | 11 | 110111 |
Color Harmonies of #918A8B
Complementary color
Monochromatic Colors of #918A8B
Black with #918A8B
Text Example
Text Example
White with #918A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A8B; }
p { color: rgb(145,138,139); }
H1.HeaderClassName
{
color: #918A8B;
}
.AnyTagClassName
{
color: #918A8B;
}
</style>
background-color css
<style>
a { background-color: #918A8B; }
a { background-color: rgb(145,138,139); }
div.DivClassName
{
background-color: #918A8B;
}
.BgClassName
{
background-color: #918A8B;
}
</style>
border-color css
<style>
span { border-color: #918A8B; }
span { border-color: rgb(145,138,139); }
td.TdClassName
{
border-color: #918A8B;
}
.TagClassName
{
border-color: #918A8B;
}
</style>