Shades of Portage #909ADF
Tints of Portage #909ADF
RGB
CMYK
RGB Variations
Color information
#909ADF (or 0x909ADF) is known color: Portage. HEX triplet: 90, 9A and DF. RGB value is (144,154,223). Sum of RGB (Red+Green+Blue) = 144+154+223=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #909ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909ADF is #6F6520. Grayscale: #9E9E9E. Windows color (decimal): -7300385 or 14654096. OLE color: 14654096.
HSL color Cylindrical-coordinate representation of color #909ADF: hue angle of 232.41º 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 #909ADF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 154 | 223 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.13 |
| HSL | 232.41º | 0.55% | 0.72% | - |
| HSV(B) | 232.41º | 0.35% | 0.87% | - |
| XYZ | 36.38 | 34.37 | 74.53 | - |
| YUV | 158.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 223 | 0.35 | 0.31 | 0 | 0.13 | 232.41 | 0.55 | 0.72 |
| Hex | 90 | 9A | DF | 23 | 1F | 0 | D | E8 | 37 | 48 |
| Octal | 220 | 232 | 337 | 43 | 37 | 0 | 15 | 350 | 67 | 110 |
| Binary | 10010000 | 10011010 | 11011111 | 100011 | 11111 | 0 | 1101 | 11101000 | 110111 | 1001000 |
Color Harmonies of #909ADF
Complementary color
Monochromatic Colors of #909ADF
Black with #909ADF
Text Example
Text Example
White with #909ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909ADF; }
p { color: rgb(144,154,223); }
H1.HeaderClassName
{
color: #909ADF;
}
.AnyTagClassName
{
color: #909ADF;
}
</style>
background-color css
<style>
a { background-color: #909ADF; }
a { background-color: rgb(144,154,223); }
div.DivClassName
{
background-color: #909ADF;
}
.BgClassName
{
background-color: #909ADF;
}
</style>
border-color css
<style>
span { border-color: #909ADF; }
span { border-color: rgb(144,154,223); }
td.TdClassName
{
border-color: #909ADF;
}
.TagClassName
{
border-color: #909ADF;
}
</style>