Shades of Portage #919DF0
Tints of Portage #919DF0
RGB
CMYK
RGB Variations
Color information
#919DF0 (or 0x919DF0) is known color: Portage. HEX triplet: 91, 9D and F0. RGB value is (145,157,240). Sum of RGB (Red+Green+Blue) = 145+157+240=542 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.75% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #919DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DF0 is #6E620F. Grayscale: #A2A2A2. Windows color (decimal): -7234064 or 15768977. OLE color: 15768977.
HSL color Cylindrical-coordinate representation of color #919DF0: hue angle of 232.42º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #919DF0 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 157 | 240 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.06 |
| HSL | 232.42º | 0.76% | 0.75% | - |
| HSV(B) | 232.42º | 0.4% | 0.94% | - |
| XYZ | 39.46 | 36.42 | 87.39 | - |
| YUV | 162.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 240 | 0.40 | 0.35 | 0 | 0.06 | 232.42 | 0.76 | 0.75 |
| Hex | 91 | 9D | F0 | 28 | 23 | 0 | 6 | E8 | 4C | 4B |
| Octal | 221 | 235 | 360 | 50 | 43 | 0 | 6 | 350 | 114 | 113 |
| Binary | 10010001 | 10011101 | 11110000 | 101000 | 100011 | 0 | 110 | 11101000 | 1001100 | 1001011 |
Color Harmonies of #919DF0
Complementary color
Monochromatic Colors of #919DF0
Black with #919DF0
Text Example
Text Example
White with #919DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DF0; }
p { color: rgb(145,157,240); }
H1.HeaderClassName
{
color: #919DF0;
}
.AnyTagClassName
{
color: #919DF0;
}
</style>
background-color css
<style>
a { background-color: #919DF0; }
a { background-color: rgb(145,157,240); }
div.DivClassName
{
background-color: #919DF0;
}
.BgClassName
{
background-color: #919DF0;
}
</style>
border-color css
<style>
span { border-color: #919DF0; }
span { border-color: rgb(145,157,240); }
td.TdClassName
{
border-color: #919DF0;
}
.TagClassName
{
border-color: #919DF0;
}
</style>