Shades of Portage #929DDA
Tints of Portage #929DDA
RGB
CMYK
RGB Variations
Color information
#929DDA (or 0x929DDA) is known color: Portage. HEX triplet: 92, 9D and DA. RGB value is (146,157,218). Sum of RGB (Red+Green+Blue) = 146+157+218=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #929DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DDA is #6D6225. Grayscale: #A0A0A0. Windows color (decimal): -7168550 or 14327186. OLE color: 14327186.
HSL color Cylindrical-coordinate representation of color #929DDA: hue angle of 230.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #929DDA is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 157 | 218 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.15 |
| HSL | 230.83º | 0.49% | 0.71% | - |
| HSV(B) | 230.83º | 0.33% | 0.85% | - |
| XYZ | 36.57 | 35.29 | 71.21 | - |
| YUV | 160.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 218 | 0.33 | 0.28 | 0 | 0.15 | 230.83 | 0.49 | 0.71 |
| Hex | 92 | 9D | DA | 21 | 1C | 0 | F | E7 | 31 | 47 |
| Octal | 222 | 235 | 332 | 41 | 34 | 0 | 17 | 347 | 61 | 107 |
| Binary | 10010010 | 10011101 | 11011010 | 100001 | 11100 | 0 | 1111 | 11100111 | 110001 | 1000111 |
Color Harmonies of #929DDA
Complementary color
Monochromatic Colors of #929DDA
Black with #929DDA
Text Example
Text Example
White with #929DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929DDA; }
p { color: rgb(146,157,218); }
H1.HeaderClassName
{
color: #929DDA;
}
.AnyTagClassName
{
color: #929DDA;
}
</style>
background-color css
<style>
a { background-color: #929DDA; }
a { background-color: rgb(146,157,218); }
div.DivClassName
{
background-color: #929DDA;
}
.BgClassName
{
background-color: #929DDA;
}
</style>
border-color css
<style>
span { border-color: #929DDA; }
span { border-color: rgb(146,157,218); }
td.TdClassName
{
border-color: #929DDA;
}
.TagClassName
{
border-color: #929DDA;
}
</style>