Shades of Portage #919BFD
Tints of Portage #919BFD
RGB
CMYK
RGB Variations
Color information
#919BFD (or 0x919BFD) is known color: Portage. HEX triplet: 91, 9B and FD. RGB value is (145,155,253). Sum of RGB (Red+Green+Blue) = 145+155+253=553 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.22% from 553); Green value is 155 (60.94% from 255 or 28.03% 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 #919BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919BFD is #6E6402. Grayscale: #A2A2A2. Windows color (decimal): -7234563 or 16620433. OLE color: 16620433.
HSL color Cylindrical-coordinate representation of color #919BFD: hue angle of 234.44º 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 #919BFD is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 155 | 253 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.01 |
| HSL | 234.44º | 0.96% | 0.78% | - |
| HSV(B) | 234.44º | 0.43% | 0.99% | - |
| XYZ | 41.13 | 36.55 | 97.82 | - |
| YUV | 163.18 | 178.69 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 253 | 0.43 | 0.39 | 0 | 0.01 | 234.44 | 0.96 | 0.78 |
| Hex | 91 | 9B | FD | 2B | 27 | 0 | 1 | EA | 60 | 4E |
| Octal | 221 | 233 | 375 | 53 | 47 | 0 | 1 | 352 | 140 | 116 |
| Binary | 10010001 | 10011011 | 11111101 | 101011 | 100111 | 0 | 1 | 11101010 | 1100000 | 1001110 |
Color Harmonies of #919BFD
Complementary color
Monochromatic Colors of #919BFD
Black with #919BFD
Text Example
Text Example
White with #919BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BFD; }
p { color: rgb(145,155,253); }
H1.HeaderClassName
{
color: #919BFD;
}
.AnyTagClassName
{
color: #919BFD;
}
</style>
background-color css
<style>
a { background-color: #919BFD; }
a { background-color: rgb(145,155,253); }
div.DivClassName
{
background-color: #919BFD;
}
.BgClassName
{
background-color: #919BFD;
}
</style>
border-color css
<style>
span { border-color: #919BFD; }
span { border-color: rgb(145,155,253); }
td.TdClassName
{
border-color: #919BFD;
}
.TagClassName
{
border-color: #919BFD;
}
</style>