Shades of Portage #919CFF
Tints of Portage #919CFF
RGB
CMYK
RGB Variations
Color information
#919CFF (or 0x919CFF) is known color: Portage. HEX triplet: 91, 9C and FF. RGB value is (145,156,255). Sum of RGB (Red+Green+Blue) = 145+156+255=556 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.08% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #919CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919CFF is #6E6300. Grayscale: #A3A3A3. Windows color (decimal): -7234305 or 16751761. OLE color: 16751761.
HSL color Cylindrical-coordinate representation of color #919CFF: hue angle of 234º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #919CFF is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 156 | 255 | - |
| CMYK | 0.43 | 0.39 | 0 | 0 |
| HSL | 234º | 1% | 0.78% | - |
| HSV(B) | 234º | 0.43% | 1% | - |
| XYZ | 41.62 | 37.02 | 99.56 | - |
| YUV | 164 | 179.36 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 255 | 0.43 | 0.39 | 0 | 0 | 234 | 1 | 0.78 |
| Hex | 91 | 9C | FF | 2B | 27 | 0 | 0 | EA | 64 | 4E |
| Octal | 221 | 234 | 377 | 53 | 47 | 0 | 0 | 352 | 144 | 116 |
| Binary | 10010001 | 10011100 | 11111111 | 101011 | 100111 | 0 | 0 | 11101010 | 1100100 | 1001110 |
Color Harmonies of #919CFF
Complementary color
Monochromatic Colors of #919CFF
Black with #919CFF
Text Example
Text Example
White with #919CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CFF; }
p { color: rgb(145,156,255); }
H1.HeaderClassName
{
color: #919CFF;
}
.AnyTagClassName
{
color: #919CFF;
}
</style>
background-color css
<style>
a { background-color: #919CFF; }
a { background-color: rgb(145,156,255); }
div.DivClassName
{
background-color: #919CFF;
}
.BgClassName
{
background-color: #919CFF;
}
</style>
border-color css
<style>
span { border-color: #919CFF; }
span { border-color: rgb(145,156,255); }
td.TdClassName
{
border-color: #919CFF;
}
.TagClassName
{
border-color: #919CFF;
}
</style>