Shades of Portage #929FD2
Tints of Portage #929FD2
RGB
CMYK
RGB Variations
Color information
#929FD2 (or 0x929FD2) is known color: Portage. HEX triplet: 92, 9F and D2. RGB value is (146,159,210). Sum of RGB (Red+Green+Blue) = 146+159+210=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 210 - color contains mainly: blue. Hex color #929FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FD2 is #6D602D. Grayscale: #A0A0A0. Windows color (decimal): -7168046 or 13803410. OLE color: 13803410.
HSL color Cylindrical-coordinate representation of color #929FD2: hue angle of 227.81º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #929FD2 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 159 | 210 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.18 |
| HSL | 227.81º | 0.42% | 0.7% | - |
| HSV(B) | 227.81º | 0.3% | 0.82% | - |
| XYZ | 35.89 | 35.56 | 65.95 | - |
| YUV | 160.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 159 | 210 | 0.30 | 0.24 | 0 | 0.18 | 227.81 | 0.42 | 0.7 |
| Hex | 92 | 9F | D2 | 1E | 18 | 0 | 12 | E4 | 2A | 46 |
| Octal | 222 | 237 | 322 | 36 | 30 | 0 | 22 | 344 | 52 | 106 |
| Binary | 10010010 | 10011111 | 11010010 | 11110 | 11000 | 0 | 10010 | 11100100 | 101010 | 1000110 |
Color Harmonies of #929FD2
Complementary color
Monochromatic Colors of #929FD2
Black with #929FD2
Text Example
Text Example
White with #929FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929FD2; }
p { color: rgb(146,159,210); }
H1.HeaderClassName
{
color: #929FD2;
}
.AnyTagClassName
{
color: #929FD2;
}
</style>
background-color css
<style>
a { background-color: #929FD2; }
a { background-color: rgb(146,159,210); }
div.DivClassName
{
background-color: #929FD2;
}
.BgClassName
{
background-color: #929FD2;
}
</style>
border-color css
<style>
span { border-color: #929FD2; }
span { border-color: rgb(146,159,210); }
td.TdClassName
{
border-color: #929FD2;
}
.TagClassName
{
border-color: #929FD2;
}
</style>