Shades of Portage #9492F8
Tints of Portage #9492F8
RGB
CMYK
RGB Variations
Color information
#9492F8 (or 0x9492F8) is known color: Portage. HEX triplet: 94, 92 and F8. RGB value is (148,146,248). Sum of RGB (Red+Green+Blue) = 148+146+248=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #9492F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9492F8 is #6B6D07. Grayscale: #9D9D9D. Windows color (decimal): -7040264 or 16290452. OLE color: 16290452.
HSL color Cylindrical-coordinate representation of color #9492F8: hue angle of 241.18º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9492F8 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 146 | 248 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.03 |
| HSL | 241.18º | 0.88% | 0.77% | - |
| HSV(B) | 241.18º | 0.41% | 0.97% | - |
| XYZ | 39.43 | 33.63 | 93.22 | - |
| YUV | 158.23 | 178.66 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 248 | 0.40 | 0.41 | 0 | 0.03 | 241.18 | 0.88 | 0.77 |
| Hex | 94 | 92 | F8 | 28 | 29 | 0 | 3 | F1 | 58 | 4D |
| Octal | 224 | 222 | 370 | 50 | 51 | 0 | 3 | 361 | 130 | 115 |
| Binary | 10010100 | 10010010 | 11111000 | 101000 | 101001 | 0 | 11 | 11110001 | 1011000 | 1001101 |
Color Harmonies of #9492F8
Complementary color
Monochromatic Colors of #9492F8
Black with #9492F8
Text Example
Text Example
White with #9492F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9492F8; }
p { color: rgb(148,146,248); }
H1.HeaderClassName
{
color: #9492F8;
}
.AnyTagClassName
{
color: #9492F8;
}
</style>
background-color css
<style>
a { background-color: #9492F8; }
a { background-color: rgb(148,146,248); }
div.DivClassName
{
background-color: #9492F8;
}
.BgClassName
{
background-color: #9492F8;
}
</style>
border-color css
<style>
span { border-color: #9492F8; }
span { border-color: rgb(148,146,248); }
td.TdClassName
{
border-color: #9492F8;
}
.TagClassName
{
border-color: #9492F8;
}
</style>