Shades of Portage #929DCF
Tints of Portage #929DCF
RGB
CMYK
RGB Variations
Color information
#929DCF (or 0x929DCF) is known color: Portage. HEX triplet: 92, 9D and CF. RGB value is (146,157,207). Sum of RGB (Red+Green+Blue) = 146+157+207=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #929DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DCF is #6D6230. Grayscale: #9F9F9F. Windows color (decimal): -7168561 or 13606290. OLE color: 13606290.
HSL color Cylindrical-coordinate representation of color #929DCF: hue angle of 229.18º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #929DCF is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 157 | 207 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.19 |
| HSL | 229.18º | 0.39% | 0.69% | - |
| HSV(B) | 229.18º | 0.29% | 0.81% | - |
| XYZ | 35.17 | 34.73 | 63.88 | - |
| YUV | 159.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 207 | 0.29 | 0.24 | 0 | 0.19 | 229.18 | 0.39 | 0.69 |
| Hex | 92 | 9D | CF | 1D | 18 | 0 | 13 | E5 | 27 | 45 |
| Octal | 222 | 235 | 317 | 35 | 30 | 0 | 23 | 345 | 47 | 105 |
| Binary | 10010010 | 10011101 | 11001111 | 11101 | 11000 | 0 | 10011 | 11100101 | 100111 | 1000101 |
Color Harmonies of #929DCF
Complementary color
Monochromatic Colors of #929DCF
Black with #929DCF
Text Example
Text Example
White with #929DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929DCF; }
p { color: rgb(146,157,207); }
H1.HeaderClassName
{
color: #929DCF;
}
.AnyTagClassName
{
color: #929DCF;
}
</style>
background-color css
<style>
a { background-color: #929DCF; }
a { background-color: rgb(146,157,207); }
div.DivClassName
{
background-color: #929DCF;
}
.BgClassName
{
background-color: #929DCF;
}
</style>
border-color css
<style>
span { border-color: #929DCF; }
span { border-color: rgb(146,157,207); }
td.TdClassName
{
border-color: #929DCF;
}
.TagClassName
{
border-color: #929DCF;
}
</style>