Shades of Portage #929BCD
Tints of Portage #929BCD
RGB
CMYK
RGB Variations
Color information
#929BCD (or 0x929BCD) is known color: Portage. HEX triplet: 92, 9B and CD. RGB value is (146,155,205). Sum of RGB (Red+Green+Blue) = 146+155+205=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #929BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BCD is #6D6432. Grayscale: #9D9D9D. Windows color (decimal): -7169075 or 13474706. OLE color: 13474706.
HSL color Cylindrical-coordinate representation of color #929BCD: hue angle of 230.85º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #929BCD is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 155 | 205 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.20 |
| HSL | 230.85º | 0.37% | 0.69% | - |
| HSV(B) | 230.85º | 0.29% | 0.8% | - |
| XYZ | 34.59 | 33.96 | 62.49 | - |
| YUV | 158.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 205 | 0.29 | 0.24 | 0 | 0.20 | 230.85 | 0.37 | 0.69 |
| Hex | 92 | 9B | CD | 1D | 18 | 0 | 14 | E7 | 25 | 45 |
| Octal | 222 | 233 | 315 | 35 | 30 | 0 | 24 | 347 | 45 | 105 |
| Binary | 10010010 | 10011011 | 11001101 | 11101 | 11000 | 0 | 10100 | 11100111 | 100101 | 1000101 |
Color Harmonies of #929BCD
Complementary color
Monochromatic Colors of #929BCD
Black with #929BCD
Text Example
Text Example
White with #929BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BCD; }
p { color: rgb(146,155,205); }
H1.HeaderClassName
{
color: #929BCD;
}
.AnyTagClassName
{
color: #929BCD;
}
</style>
background-color css
<style>
a { background-color: #929BCD; }
a { background-color: rgb(146,155,205); }
div.DivClassName
{
background-color: #929BCD;
}
.BgClassName
{
background-color: #929BCD;
}
</style>
border-color css
<style>
span { border-color: #929BCD; }
span { border-color: rgb(146,155,205); }
td.TdClassName
{
border-color: #929BCD;
}
.TagClassName
{
border-color: #929BCD;
}
</style>