Shades of Portage #9299CF
Tints of Portage #9299CF
RGB
CMYK
RGB Variations
Color information
#9299CF (or 0x9299CF) is known color: Portage. HEX triplet: 92, 99 and CF. RGB value is (146,153,207). Sum of RGB (Red+Green+Blue) = 146+153+207=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #9299CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299CF is #6D6630. Grayscale: #9C9C9C. Windows color (decimal): -7169585 or 13605266. OLE color: 13605266.
HSL color Cylindrical-coordinate representation of color #9299CF: hue angle of 233.11º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9299CF is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 153 | 207 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.19 |
| HSL | 233.11º | 0.39% | 0.69% | - |
| HSV(B) | 233.11º | 0.29% | 0.81% | - |
| XYZ | 34.51 | 33.4 | 63.66 | - |
| YUV | 157.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 207 | 0.29 | 0.26 | 0 | 0.19 | 233.11 | 0.39 | 0.69 |
| Hex | 92 | 99 | CF | 1D | 1A | 0 | 13 | E9 | 27 | 45 |
| Octal | 222 | 231 | 317 | 35 | 32 | 0 | 23 | 351 | 47 | 105 |
| Binary | 10010010 | 10011001 | 11001111 | 11101 | 11010 | 0 | 10011 | 11101001 | 100111 | 1000101 |
Color Harmonies of #9299CF
Complementary color
Monochromatic Colors of #9299CF
Black with #9299CF
Text Example
Text Example
White with #9299CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299CF; }
p { color: rgb(146,153,207); }
H1.HeaderClassName
{
color: #9299CF;
}
.AnyTagClassName
{
color: #9299CF;
}
</style>
background-color css
<style>
a { background-color: #9299CF; }
a { background-color: rgb(146,153,207); }
div.DivClassName
{
background-color: #9299CF;
}
.BgClassName
{
background-color: #9299CF;
}
</style>
border-color css
<style>
span { border-color: #9299CF; }
span { border-color: rgb(146,153,207); }
td.TdClassName
{
border-color: #9299CF;
}
.TagClassName
{
border-color: #9299CF;
}
</style>