Shades of Portage #909CFD
Tints of Portage #909CFD
RGB
CMYK
RGB Variations
Color information
#909CFD (or 0x909CFD) is known color: Portage. HEX triplet: 90, 9C and FD. RGB value is (144,156,253). Sum of RGB (Red+Green+Blue) = 144+156+253=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #909CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909CFD is #6F6302. Grayscale: #A3A3A3. Windows color (decimal): -7299843 or 16620688. OLE color: 16620688.
HSL color Cylindrical-coordinate representation of color #909CFD: hue angle of 233.39º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #909CFD is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 156 | 253 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.01 |
| HSL | 233.39º | 0.96% | 0.78% | - |
| HSV(B) | 233.39º | 0.43% | 0.99% | - |
| XYZ | 41.12 | 36.8 | 97.86 | - |
| YUV | 163.47 | 178.52 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 253 | 0.43 | 0.38 | 0 | 0.01 | 233.39 | 0.96 | 0.78 |
| Hex | 90 | 9C | FD | 2B | 26 | 0 | 1 | E9 | 60 | 4E |
| Octal | 220 | 234 | 375 | 53 | 46 | 0 | 1 | 351 | 140 | 116 |
| Binary | 10010000 | 10011100 | 11111101 | 101011 | 100110 | 0 | 1 | 11101001 | 1100000 | 1001110 |
Color Harmonies of #909CFD
Complementary color
Monochromatic Colors of #909CFD
Black with #909CFD
Text Example
Text Example
White with #909CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CFD; }
p { color: rgb(144,156,253); }
H1.HeaderClassName
{
color: #909CFD;
}
.AnyTagClassName
{
color: #909CFD;
}
</style>
background-color css
<style>
a { background-color: #909CFD; }
a { background-color: rgb(144,156,253); }
div.DivClassName
{
background-color: #909CFD;
}
.BgClassName
{
background-color: #909CFD;
}
</style>
border-color css
<style>
span { border-color: #909CFD; }
span { border-color: rgb(144,156,253); }
td.TdClassName
{
border-color: #909CFD;
}
.TagClassName
{
border-color: #909CFD;
}
</style>