Shades of Portage #929DCB
Tints of Portage #929DCB
RGB
CMYK
RGB Variations
Color information
#929DCB (or 0x929DCB) is known color: Portage. HEX triplet: 92, 9D and CB. RGB value is (146,157,203). Sum of RGB (Red+Green+Blue) = 146+157+203=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #929DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DCB is #6D6234. Grayscale: #9E9E9E. Windows color (decimal): -7168565 or 13344146. OLE color: 13344146.
HSL color Cylindrical-coordinate representation of color #929DCB: hue angle of 228.42º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #929DCB is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 157 | 203 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.20 |
| HSL | 228.42º | 0.35% | 0.68% | - |
| HSV(B) | 228.42º | 0.28% | 0.8% | - |
| XYZ | 34.69 | 34.54 | 61.34 | - |
| YUV | 158.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 203 | 0.28 | 0.23 | 0 | 0.20 | 228.42 | 0.35 | 0.68 |
| Hex | 92 | 9D | CB | 1C | 17 | 0 | 14 | E4 | 23 | 44 |
| Octal | 222 | 235 | 313 | 34 | 27 | 0 | 24 | 344 | 43 | 104 |
| Binary | 10010010 | 10011101 | 11001011 | 11100 | 10111 | 0 | 10100 | 11100100 | 100011 | 1000100 |
Color Harmonies of #929DCB
Complementary color
Monochromatic Colors of #929DCB
Black with #929DCB
Text Example
Text Example
White with #929DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929DCB; }
p { color: rgb(146,157,203); }
H1.HeaderClassName
{
color: #929DCB;
}
.AnyTagClassName
{
color: #929DCB;
}
</style>
background-color css
<style>
a { background-color: #929DCB; }
a { background-color: rgb(146,157,203); }
div.DivClassName
{
background-color: #929DCB;
}
.BgClassName
{
background-color: #929DCB;
}
</style>
border-color css
<style>
span { border-color: #929DCB; }
span { border-color: rgb(146,157,203); }
td.TdClassName
{
border-color: #929DCB;
}
.TagClassName
{
border-color: #929DCB;
}
</style>