Shades of Portage #9299DA
Tints of Portage #9299DA
RGB
CMYK
RGB Variations
Color information
#9299DA (or 0x9299DA) is known color: Portage. HEX triplet: 92, 99 and DA. RGB value is (146,153,218). Sum of RGB (Red+Green+Blue) = 146+153+218=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #9299DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299DA is #6D6625. Grayscale: #9E9E9E. Windows color (decimal): -7169574 or 14326162. OLE color: 14326162.
HSL color Cylindrical-coordinate representation of color #9299DA: hue angle of 234.17º 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 #9299DA is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 153 | 218 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.15 |
| HSL | 234.17º | 0.49% | 0.71% | - |
| HSV(B) | 234.17º | 0.33% | 0.85% | - |
| XYZ | 35.9 | 33.96 | 70.99 | - |
| YUV | 158.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 218 | 0.33 | 0.30 | 0 | 0.15 | 234.17 | 0.49 | 0.71 |
| Hex | 92 | 99 | DA | 21 | 1E | 0 | F | EA | 31 | 47 |
| Octal | 222 | 231 | 332 | 41 | 36 | 0 | 17 | 352 | 61 | 107 |
| Binary | 10010010 | 10011001 | 11011010 | 100001 | 11110 | 0 | 1111 | 11101010 | 110001 | 1000111 |
Color Harmonies of #9299DA
Complementary color
Monochromatic Colors of #9299DA
Black with #9299DA
Text Example
Text Example
White with #9299DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299DA; }
p { color: rgb(146,153,218); }
H1.HeaderClassName
{
color: #9299DA;
}
.AnyTagClassName
{
color: #9299DA;
}
</style>
background-color css
<style>
a { background-color: #9299DA; }
a { background-color: rgb(146,153,218); }
div.DivClassName
{
background-color: #9299DA;
}
.BgClassName
{
background-color: #9299DA;
}
</style>
border-color css
<style>
span { border-color: #9299DA; }
span { border-color: rgb(146,153,218); }
td.TdClassName
{
border-color: #9299DA;
}
.TagClassName
{
border-color: #9299DA;
}
</style>