Shades of Portage #999DDF
Tints of Portage #999DDF
RGB
CMYK
RGB Variations
Color information
#999DDF (or 0x999DDF) is known color: Portage. HEX triplet: 99, 9D and DF. RGB value is (153,157,223). Sum of RGB (Red+Green+Blue) = 153+157+223=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #999DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DDF is #666220. Grayscale: #A3A3A3. Windows color (decimal): -6709793 or 14654873. OLE color: 14654873.
HSL color Cylindrical-coordinate representation of color #999DDF: hue angle of 236.57º 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 #999DDF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 157 | 223 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.13 |
| HSL | 236.57º | 0.52% | 0.74% | - |
| HSV(B) | 236.57º | 0.31% | 0.87% | - |
| XYZ | 38.51 | 36.21 | 74.77 | - |
| YUV | 163.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 223 | 0.31 | 0.30 | 0 | 0.13 | 236.57 | 0.52 | 0.74 |
| Hex | 99 | 9D | DF | 1F | 1E | 0 | D | ED | 34 | 4A |
| Octal | 231 | 235 | 337 | 37 | 36 | 0 | 15 | 355 | 64 | 112 |
| Binary | 10011001 | 10011101 | 11011111 | 11111 | 11110 | 0 | 1101 | 11101101 | 110100 | 1001010 |
Color Harmonies of #999DDF
Complementary color
Monochromatic Colors of #999DDF
Black with #999DDF
Text Example
Text Example
White with #999DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DDF; }
p { color: rgb(153,157,223); }
H1.HeaderClassName
{
color: #999DDF;
}
.AnyTagClassName
{
color: #999DDF;
}
</style>
background-color css
<style>
a { background-color: #999DDF; }
a { background-color: rgb(153,157,223); }
div.DivClassName
{
background-color: #999DDF;
}
.BgClassName
{
background-color: #999DDF;
}
</style>
border-color css
<style>
span { border-color: #999DDF; }
span { border-color: rgb(153,157,223); }
td.TdClassName
{
border-color: #999DDF;
}
.TagClassName
{
border-color: #999DDF;
}
</style>