Shades of Portage #929FDD
Tints of Portage #929FDD
RGB
CMYK
RGB Variations
Color information
#929FDD (or 0x929FDD) is known color: Portage. HEX triplet: 92, 9F and DD. RGB value is (146,159,221). Sum of RGB (Red+Green+Blue) = 146+159+221=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #929FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FDD is #6D6022. Grayscale: #A1A1A1. Windows color (decimal): -7168035 or 14524306. OLE color: 14524306.
HSL color Cylindrical-coordinate representation of color #929FDD: hue angle of 229.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #929FDD is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 159 | 221 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.13 |
| HSL | 229.6º | 0.52% | 0.72% | - |
| HSV(B) | 229.6º | 0.34% | 0.87% | - |
| XYZ | 37.3 | 36.13 | 73.41 | - |
| YUV | 162.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 159 | 221 | 0.34 | 0.28 | 0 | 0.13 | 229.6 | 0.52 | 0.72 |
| Hex | 92 | 9F | DD | 22 | 1C | 0 | D | E6 | 34 | 48 |
| Octal | 222 | 237 | 335 | 42 | 34 | 0 | 15 | 346 | 64 | 110 |
| Binary | 10010010 | 10011111 | 11011101 | 100010 | 11100 | 0 | 1101 | 11100110 | 110100 | 1001000 |
Color Harmonies of #929FDD
Complementary color
Monochromatic Colors of #929FDD
Black with #929FDD
Text Example
Text Example
White with #929FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929FDD; }
p { color: rgb(146,159,221); }
H1.HeaderClassName
{
color: #929FDD;
}
.AnyTagClassName
{
color: #929FDD;
}
</style>
background-color css
<style>
a { background-color: #929FDD; }
a { background-color: rgb(146,159,221); }
div.DivClassName
{
background-color: #929FDD;
}
.BgClassName
{
background-color: #929FDD;
}
</style>
border-color css
<style>
span { border-color: #929FDD; }
span { border-color: rgb(146,159,221); }
td.TdClassName
{
border-color: #929FDD;
}
.TagClassName
{
border-color: #929FDD;
}
</style>