Shades of Portage #929AD2
Tints of Portage #929AD2
RGB
CMYK
RGB Variations
Color information
#929AD2 (or 0x929AD2) is known color: Portage. HEX triplet: 92, 9A and D2. RGB value is (146,154,210). Sum of RGB (Red+Green+Blue) = 146+154+210=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #929AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AD2 is #6D652D. Grayscale: #9D9D9D. Windows color (decimal): -7169326 or 13802130. OLE color: 13802130.
HSL color Cylindrical-coordinate representation of color #929AD2: hue angle of 232.5º 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 #929AD2 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 154 | 210 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.18 |
| HSL | 232.5º | 0.42% | 0.7% | - |
| HSV(B) | 232.5º | 0.3% | 0.82% | - |
| XYZ | 35.04 | 33.88 | 65.66 | - |
| YUV | 157.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 154 | 210 | 0.30 | 0.27 | 0 | 0.18 | 232.5 | 0.42 | 0.7 |
| Hex | 92 | 9A | D2 | 1E | 1B | 0 | 12 | E8 | 2A | 46 |
| Octal | 222 | 232 | 322 | 36 | 33 | 0 | 22 | 350 | 52 | 106 |
| Binary | 10010010 | 10011010 | 11010010 | 11110 | 11011 | 0 | 10010 | 11101000 | 101010 | 1000110 |
Color Harmonies of #929AD2
Complementary color
Monochromatic Colors of #929AD2
Black with #929AD2
Text Example
Text Example
White with #929AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929AD2; }
p { color: rgb(146,154,210); }
H1.HeaderClassName
{
color: #929AD2;
}
.AnyTagClassName
{
color: #929AD2;
}
</style>
background-color css
<style>
a { background-color: #929AD2; }
a { background-color: rgb(146,154,210); }
div.DivClassName
{
background-color: #929AD2;
}
.BgClassName
{
background-color: #929AD2;
}
</style>
border-color css
<style>
span { border-color: #929AD2; }
span { border-color: rgb(146,154,210); }
td.TdClassName
{
border-color: #929AD2;
}
.TagClassName
{
border-color: #929AD2;
}
</style>