Shades of Portage #999CFC
Tints of Portage #999CFC
RGB
CMYK
RGB Variations
Color information
#999CFC (or 0x999CFC) is known color: Portage. HEX triplet: 99, 9C and FC. RGB value is (153,156,252). Sum of RGB (Red+Green+Blue) = 153+156+252=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #999CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999CFC is #666303. Grayscale: #A5A5A5. Windows color (decimal): -6710020 or 16555161. OLE color: 16555161.
HSL color Cylindrical-coordinate representation of color #999CFC: hue angle of 238.18º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #999CFC is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 156 | 252 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.01 |
| HSL | 238.18º | 0.94% | 0.79% | - |
| HSV(B) | 238.18º | 0.39% | 0.99% | - |
| XYZ | 42.6 | 37.58 | 97.1 | - |
| YUV | 166.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 252 | 0.39 | 0.38 | 0 | 0.01 | 238.18 | 0.94 | 0.79 |
| Hex | 99 | 9C | FC | 27 | 26 | 0 | 1 | EE | 5E | 4F |
| Octal | 231 | 234 | 374 | 47 | 46 | 0 | 1 | 356 | 136 | 117 |
| Binary | 10011001 | 10011100 | 11111100 | 100111 | 100110 | 0 | 1 | 11101110 | 1011110 | 1001111 |
Color Harmonies of #999CFC
Complementary color
Monochromatic Colors of #999CFC
Black with #999CFC
Text Example
Text Example
White with #999CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CFC; }
p { color: rgb(153,156,252); }
H1.HeaderClassName
{
color: #999CFC;
}
.AnyTagClassName
{
color: #999CFC;
}
</style>
background-color css
<style>
a { background-color: #999CFC; }
a { background-color: rgb(153,156,252); }
div.DivClassName
{
background-color: #999CFC;
}
.BgClassName
{
background-color: #999CFC;
}
</style>
border-color css
<style>
span { border-color: #999CFC; }
span { border-color: rgb(153,156,252); }
td.TdClassName
{
border-color: #999CFC;
}
.TagClassName
{
border-color: #999CFC;
}
</style>