Shades of Portage #949FF8
Tints of Portage #949FF8
RGB
CMYK
RGB Variations
Color information
#949FF8 (or 0x949FF8) is known color: Portage. HEX triplet: 94, 9F and F8. RGB value is (148,159,248). Sum of RGB (Red+Green+Blue) = 148+159+248=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #949FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FF8 is #6B6007. Grayscale: #A5A5A5. Windows color (decimal): -7036936 or 16293780. OLE color: 16293780.
HSL color Cylindrical-coordinate representation of color #949FF8: hue angle of 233.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #949FF8 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 159 | 248 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.03 |
| HSL | 233.4º | 0.88% | 0.78% | - |
| HSV(B) | 233.4º | 0.4% | 0.97% | - |
| XYZ | 41.55 | 37.87 | 93.93 | - |
| YUV | 165.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 248 | 0.40 | 0.36 | 0 | 0.03 | 233.4 | 0.88 | 0.78 |
| Hex | 94 | 9F | F8 | 28 | 24 | 0 | 3 | E9 | 58 | 4E |
| Octal | 224 | 237 | 370 | 50 | 44 | 0 | 3 | 351 | 130 | 116 |
| Binary | 10010100 | 10011111 | 11111000 | 101000 | 100100 | 0 | 11 | 11101001 | 1011000 | 1001110 |
Color Harmonies of #949FF8
Complementary color
Monochromatic Colors of #949FF8
Black with #949FF8
Text Example
Text Example
White with #949FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FF8; }
p { color: rgb(148,159,248); }
H1.HeaderClassName
{
color: #949FF8;
}
.AnyTagClassName
{
color: #949FF8;
}
</style>
background-color css
<style>
a { background-color: #949FF8; }
a { background-color: rgb(148,159,248); }
div.DivClassName
{
background-color: #949FF8;
}
.BgClassName
{
background-color: #949FF8;
}
</style>
border-color css
<style>
span { border-color: #949FF8; }
span { border-color: rgb(148,159,248); }
td.TdClassName
{
border-color: #949FF8;
}
.TagClassName
{
border-color: #949FF8;
}
</style>