Shades of Portage #919AE8
Tints of Portage #919AE8
RGB
CMYK
RGB Variations
Color information
#919AE8 (or 0x919AE8) is known color: Portage. HEX triplet: 91, 9A and E8. RGB value is (145,154,232). Sum of RGB (Red+Green+Blue) = 145+154+232=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #919AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919AE8 is #6E6517. Grayscale: #9F9F9F. Windows color (decimal): -7234840 or 15243921. OLE color: 15243921.
HSL color Cylindrical-coordinate representation of color #919AE8: hue angle of 233.79º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #919AE8 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 154 | 232 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.09 |
| HSL | 233.79º | 0.65% | 0.74% | - |
| HSV(B) | 233.79º | 0.38% | 0.91% | - |
| XYZ | 37.8 | 34.96 | 81.1 | - |
| YUV | 160.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 232 | 0.38 | 0.34 | 0 | 0.09 | 233.79 | 0.65 | 0.74 |
| Hex | 91 | 9A | E8 | 26 | 22 | 0 | 9 | EA | 41 | 4A |
| Octal | 221 | 232 | 350 | 46 | 42 | 0 | 11 | 352 | 101 | 112 |
| Binary | 10010001 | 10011010 | 11101000 | 100110 | 100010 | 0 | 1001 | 11101010 | 1000001 | 1001010 |
Color Harmonies of #919AE8
Complementary color
Monochromatic Colors of #919AE8
Black with #919AE8
Text Example
Text Example
White with #919AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AE8; }
p { color: rgb(145,154,232); }
H1.HeaderClassName
{
color: #919AE8;
}
.AnyTagClassName
{
color: #919AE8;
}
</style>
background-color css
<style>
a { background-color: #919AE8; }
a { background-color: rgb(145,154,232); }
div.DivClassName
{
background-color: #919AE8;
}
.BgClassName
{
background-color: #919AE8;
}
</style>
border-color css
<style>
span { border-color: #919AE8; }
span { border-color: rgb(145,154,232); }
td.TdClassName
{
border-color: #919AE8;
}
.TagClassName
{
border-color: #919AE8;
}
</style>