Shades of Portage #929BDF
Tints of Portage #929BDF
RGB
CMYK
RGB Variations
Color information
#929BDF (or 0x929BDF) is known color: Portage. HEX triplet: 92, 9B and DF. RGB value is (146,155,223). Sum of RGB (Red+Green+Blue) = 146+155+223=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #929BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BDF is #6D6420. Grayscale: #9F9F9F. Windows color (decimal): -7169057 or 14654354. OLE color: 14654354.
HSL color Cylindrical-coordinate representation of color #929BDF: hue angle of 232.99º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #929BDF is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 155 | 223 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.13 |
| HSL | 232.99º | 0.55% | 0.72% | - |
| HSV(B) | 232.99º | 0.35% | 0.87% | - |
| XYZ | 36.89 | 34.88 | 74.6 | - |
| YUV | 160.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 223 | 0.35 | 0.30 | 0 | 0.13 | 232.99 | 0.55 | 0.72 |
| Hex | 92 | 9B | DF | 23 | 1E | 0 | D | E9 | 37 | 48 |
| Octal | 222 | 233 | 337 | 43 | 36 | 0 | 15 | 351 | 67 | 110 |
| Binary | 10010010 | 10011011 | 11011111 | 100011 | 11110 | 0 | 1101 | 11101001 | 110111 | 1001000 |
Color Harmonies of #929BDF
Complementary color
Monochromatic Colors of #929BDF
Black with #929BDF
Text Example
Text Example
White with #929BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BDF; }
p { color: rgb(146,155,223); }
H1.HeaderClassName
{
color: #929BDF;
}
.AnyTagClassName
{
color: #929BDF;
}
</style>
background-color css
<style>
a { background-color: #929BDF; }
a { background-color: rgb(146,155,223); }
div.DivClassName
{
background-color: #929BDF;
}
.BgClassName
{
background-color: #929BDF;
}
</style>
border-color css
<style>
span { border-color: #929BDF; }
span { border-color: rgb(146,155,223); }
td.TdClassName
{
border-color: #929BDF;
}
.TagClassName
{
border-color: #929BDF;
}
</style>