Shades of Portage #919EFD
Tints of Portage #919EFD
RGB
CMYK
RGB Variations
Color information
#919EFD (or 0x919EFD) is known color: Portage. HEX triplet: 91, 9E and FD. RGB value is (145,158,253). Sum of RGB (Red+Green+Blue) = 145+158+253=556 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.08% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #919EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919EFD is #6E6102. Grayscale: #A4A4A4. Windows color (decimal): -7233795 or 16621201. OLE color: 16621201.
HSL color Cylindrical-coordinate representation of color #919EFD: hue angle of 232.78º 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 #919EFD is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 158 | 253 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.01 |
| HSL | 232.78º | 0.96% | 0.78% | - |
| HSV(B) | 232.78º | 0.43% | 0.99% | - |
| XYZ | 41.63 | 37.57 | 97.99 | - |
| YUV | 164.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 253 | 0.43 | 0.38 | 0 | 0.01 | 232.78 | 0.96 | 0.78 |
| Hex | 91 | 9E | FD | 2B | 26 | 0 | 1 | E9 | 60 | 4E |
| Octal | 221 | 236 | 375 | 53 | 46 | 0 | 1 | 351 | 140 | 116 |
| Binary | 10010001 | 10011110 | 11111101 | 101011 | 100110 | 0 | 1 | 11101001 | 1100000 | 1001110 |
Color Harmonies of #919EFD
Complementary color
Monochromatic Colors of #919EFD
Black with #919EFD
Text Example
Text Example
White with #919EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EFD; }
p { color: rgb(145,158,253); }
H1.HeaderClassName
{
color: #919EFD;
}
.AnyTagClassName
{
color: #919EFD;
}
</style>
background-color css
<style>
a { background-color: #919EFD; }
a { background-color: rgb(145,158,253); }
div.DivClassName
{
background-color: #919EFD;
}
.BgClassName
{
background-color: #919EFD;
}
</style>
border-color css
<style>
span { border-color: #919EFD; }
span { border-color: rgb(145,158,253); }
td.TdClassName
{
border-color: #919EFD;
}
.TagClassName
{
border-color: #919EFD;
}
</style>