Shades of Portage #999EDF
Tints of Portage #999EDF
RGB
CMYK
RGB Variations
Color information
#999EDF (or 0x999EDF) is known color: Portage. HEX triplet: 99, 9E and DF. RGB value is (153,158,223). Sum of RGB (Red+Green+Blue) = 153+158+223=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #999EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EDF is #666120. Grayscale: #A3A3A3. Windows color (decimal): -6709537 or 14655129. OLE color: 14655129.
HSL color Cylindrical-coordinate representation of color #999EDF: hue angle of 235.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999EDF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 158 | 223 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.13 |
| HSL | 235.71º | 0.52% | 0.74% | - |
| HSV(B) | 235.71º | 0.31% | 0.87% | - |
| XYZ | 38.68 | 36.55 | 74.83 | - |
| YUV | 163.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 223 | 0.31 | 0.29 | 0 | 0.13 | 235.71 | 0.52 | 0.74 |
| Hex | 99 | 9E | DF | 1F | 1D | 0 | D | EC | 34 | 4A |
| Octal | 231 | 236 | 337 | 37 | 35 | 0 | 15 | 354 | 64 | 112 |
| Binary | 10011001 | 10011110 | 11011111 | 11111 | 11101 | 0 | 1101 | 11101100 | 110100 | 1001010 |
Color Harmonies of #999EDF
Complementary color
Monochromatic Colors of #999EDF
Black with #999EDF
Text Example
Text Example
White with #999EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EDF; }
p { color: rgb(153,158,223); }
H1.HeaderClassName
{
color: #999EDF;
}
.AnyTagClassName
{
color: #999EDF;
}
</style>
background-color css
<style>
a { background-color: #999EDF; }
a { background-color: rgb(153,158,223); }
div.DivClassName
{
background-color: #999EDF;
}
.BgClassName
{
background-color: #999EDF;
}
</style>
border-color css
<style>
span { border-color: #999EDF; }
span { border-color: rgb(153,158,223); }
td.TdClassName
{
border-color: #999EDF;
}
.TagClassName
{
border-color: #999EDF;
}
</style>