Shades of Portage #909BDF
Tints of Portage #909BDF
RGB
CMYK
RGB Variations
Color information
#909BDF (or 0x909BDF) is known color: Portage. HEX triplet: 90, 9B and DF. RGB value is (144,155,223). Sum of RGB (Red+Green+Blue) = 144+155+223=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #909BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BDF is #6F6420. Grayscale: #9F9F9F. Windows color (decimal): -7300129 or 14654352. OLE color: 14654352.
HSL color Cylindrical-coordinate representation of color #909BDF: hue angle of 231.65º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #909BDF is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 155 | 223 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.13 |
| HSL | 231.65º | 0.55% | 0.72% | - |
| HSV(B) | 231.65º | 0.35% | 0.87% | - |
| XYZ | 36.54 | 34.7 | 74.58 | - |
| YUV | 159.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 223 | 0.35 | 0.30 | 0 | 0.13 | 231.65 | 0.55 | 0.72 |
| Hex | 90 | 9B | DF | 23 | 1E | 0 | D | E8 | 37 | 48 |
| Octal | 220 | 233 | 337 | 43 | 36 | 0 | 15 | 350 | 67 | 110 |
| Binary | 10010000 | 10011011 | 11011111 | 100011 | 11110 | 0 | 1101 | 11101000 | 110111 | 1001000 |
Color Harmonies of #909BDF
Complementary color
Monochromatic Colors of #909BDF
Black with #909BDF
Text Example
Text Example
White with #909BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909BDF; }
p { color: rgb(144,155,223); }
H1.HeaderClassName
{
color: #909BDF;
}
.AnyTagClassName
{
color: #909BDF;
}
</style>
background-color css
<style>
a { background-color: #909BDF; }
a { background-color: rgb(144,155,223); }
div.DivClassName
{
background-color: #909BDF;
}
.BgClassName
{
background-color: #909BDF;
}
</style>
border-color css
<style>
span { border-color: #909BDF; }
span { border-color: rgb(144,155,223); }
td.TdClassName
{
border-color: #909BDF;
}
.TagClassName
{
border-color: #909BDF;
}
</style>