Shades of Portage #929CCB
Tints of Portage #929CCB
RGB
CMYK
RGB Variations
Color information
#929CCB (or 0x929CCB) is known color: Portage. HEX triplet: 92, 9C and CB. RGB value is (146,156,203). Sum of RGB (Red+Green+Blue) = 146+156+203=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #929CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CCB is #6D6334. Grayscale: #9E9E9E. Windows color (decimal): -7168821 or 13343890. OLE color: 13343890.
HSL color Cylindrical-coordinate representation of color #929CCB: hue angle of 229.47º 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 #929CCB is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 156 | 203 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.20 |
| HSL | 229.47º | 0.35% | 0.68% | - |
| HSV(B) | 229.47º | 0.28% | 0.8% | - |
| XYZ | 34.52 | 34.2 | 61.28 | - |
| YUV | 158.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 156 | 203 | 0.28 | 0.23 | 0 | 0.20 | 229.47 | 0.35 | 0.68 |
| Hex | 92 | 9C | CB | 1C | 17 | 0 | 14 | E5 | 23 | 44 |
| Octal | 222 | 234 | 313 | 34 | 27 | 0 | 24 | 345 | 43 | 104 |
| Binary | 10010010 | 10011100 | 11001011 | 11100 | 10111 | 0 | 10100 | 11100101 | 100011 | 1000100 |
Color Harmonies of #929CCB
Complementary color
Monochromatic Colors of #929CCB
Black with #929CCB
Text Example
Text Example
White with #929CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929CCB; }
p { color: rgb(146,156,203); }
H1.HeaderClassName
{
color: #929CCB;
}
.AnyTagClassName
{
color: #929CCB;
}
</style>
background-color css
<style>
a { background-color: #929CCB; }
a { background-color: rgb(146,156,203); }
div.DivClassName
{
background-color: #929CCB;
}
.BgClassName
{
background-color: #929CCB;
}
</style>
border-color css
<style>
span { border-color: #929CCB; }
span { border-color: rgb(146,156,203); }
td.TdClassName
{
border-color: #929CCB;
}
.TagClassName
{
border-color: #929CCB;
}
</style>