Shades of Portage #999CF3
Tints of Portage #999CF3
RGB
CMYK
RGB Variations
Color information
#999CF3 (or 0x999CF3) is known color: Portage. HEX triplet: 99, 9C and F3. RGB value is (153,156,243). Sum of RGB (Red+Green+Blue) = 153+156+243=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #999CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999CF3 is #66630C. Grayscale: #A4A4A4. Windows color (decimal): -6710029 or 15965337. OLE color: 15965337.
HSL color Cylindrical-coordinate representation of color #999CF3: hue angle of 238º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #999CF3 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 156 | 243 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.05 |
| HSL | 238º | 0.79% | 0.78% | - |
| HSV(B) | 238º | 0.37% | 0.95% | - |
| XYZ | 41.2 | 37.02 | 89.77 | - |
| YUV | 165.02 | 172.01 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 243 | 0.37 | 0.36 | 0 | 0.05 | 238 | 0.79 | 0.78 |
| Hex | 99 | 9C | F3 | 25 | 24 | 0 | 5 | EE | 4F | 4E |
| Octal | 231 | 234 | 363 | 45 | 44 | 0 | 5 | 356 | 117 | 116 |
| Binary | 10011001 | 10011100 | 11110011 | 100101 | 100100 | 0 | 101 | 11101110 | 1001111 | 1001110 |
Color Harmonies of #999CF3
Complementary color
Monochromatic Colors of #999CF3
Black with #999CF3
Text Example
Text Example
White with #999CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CF3; }
p { color: rgb(153,156,243); }
H1.HeaderClassName
{
color: #999CF3;
}
.AnyTagClassName
{
color: #999CF3;
}
</style>
background-color css
<style>
a { background-color: #999CF3; }
a { background-color: rgb(153,156,243); }
div.DivClassName
{
background-color: #999CF3;
}
.BgClassName
{
background-color: #999CF3;
}
</style>
border-color css
<style>
span { border-color: #999CF3; }
span { border-color: rgb(153,156,243); }
td.TdClassName
{
border-color: #999CF3;
}
.TagClassName
{
border-color: #999CF3;
}
</style>