Shades of Portage #929BD4
Tints of Portage #929BD4
RGB
CMYK
RGB Variations
Color information
#929BD4 (or 0x929BD4) is known color: Portage. HEX triplet: 92, 9B and D4. RGB value is (146,155,212). Sum of RGB (Red+Green+Blue) = 146+155+212=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #929BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BD4 is #6D642B. Grayscale: #9E9E9E. Windows color (decimal): -7169068 or 13933458. OLE color: 13933458.
HSL color Cylindrical-coordinate representation of color #929BD4: hue angle of 231.82º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #929BD4 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 155 | 212 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.17 |
| HSL | 231.82º | 0.43% | 0.7% | - |
| HSV(B) | 231.82º | 0.31% | 0.83% | - |
| XYZ | 35.46 | 34.31 | 67.04 | - |
| YUV | 158.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 212 | 0.31 | 0.27 | 0 | 0.17 | 231.82 | 0.43 | 0.7 |
| Hex | 92 | 9B | D4 | 1F | 1B | 0 | 11 | E8 | 2B | 46 |
| Octal | 222 | 233 | 324 | 37 | 33 | 0 | 21 | 350 | 53 | 106 |
| Binary | 10010010 | 10011011 | 11010100 | 11111 | 11011 | 0 | 10001 | 11101000 | 101011 | 1000110 |
Color Harmonies of #929BD4
Complementary color
Monochromatic Colors of #929BD4
Black with #929BD4
Text Example
Text Example
White with #929BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BD4; }
p { color: rgb(146,155,212); }
H1.HeaderClassName
{
color: #929BD4;
}
.AnyTagClassName
{
color: #929BD4;
}
</style>
background-color css
<style>
a { background-color: #929BD4; }
a { background-color: rgb(146,155,212); }
div.DivClassName
{
background-color: #929BD4;
}
.BgClassName
{
background-color: #929BD4;
}
</style>
border-color css
<style>
span { border-color: #929BD4; }
span { border-color: rgb(146,155,212); }
td.TdClassName
{
border-color: #929BD4;
}
.TagClassName
{
border-color: #929BD4;
}
</style>