Shades of Portage #999CFA
Tints of Portage #999CFA
RGB
CMYK
RGB Variations
Color information
#999CFA (or 0x999CFA) is known color: Portage. HEX triplet: 99, 9C and FA. RGB value is (153,156,250). Sum of RGB (Red+Green+Blue) = 153+156+250=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #999CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999CFA is #666305. Grayscale: #A5A5A5. Windows color (decimal): -6710022 or 16424089. OLE color: 16424089.
HSL color Cylindrical-coordinate representation of color #999CFA: hue angle of 238.14º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #999CFA is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 156 | 250 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.02 |
| HSL | 238.14º | 0.91% | 0.79% | - |
| HSV(B) | 238.14º | 0.39% | 0.98% | - |
| XYZ | 42.28 | 37.45 | 95.44 | - |
| YUV | 165.82 | 175.51 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 250 | 0.39 | 0.38 | 0 | 0.02 | 238.14 | 0.91 | 0.79 |
| Hex | 99 | 9C | FA | 27 | 26 | 0 | 2 | EE | 5B | 4F |
| Octal | 231 | 234 | 372 | 47 | 46 | 0 | 2 | 356 | 133 | 117 |
| Binary | 10011001 | 10011100 | 11111010 | 100111 | 100110 | 0 | 10 | 11101110 | 1011011 | 1001111 |
Color Harmonies of #999CFA
Complementary color
Monochromatic Colors of #999CFA
Black with #999CFA
Text Example
Text Example
White with #999CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CFA; }
p { color: rgb(153,156,250); }
H1.HeaderClassName
{
color: #999CFA;
}
.AnyTagClassName
{
color: #999CFA;
}
</style>
background-color css
<style>
a { background-color: #999CFA; }
a { background-color: rgb(153,156,250); }
div.DivClassName
{
background-color: #999CFA;
}
.BgClassName
{
background-color: #999CFA;
}
</style>
border-color css
<style>
span { border-color: #999CFA; }
span { border-color: rgb(153,156,250); }
td.TdClassName
{
border-color: #999CFA;
}
.TagClassName
{
border-color: #999CFA;
}
</style>