Shades of Portage #949EFE
Tints of Portage #949EFE
RGB
CMYK
RGB Variations
Color information
#949EFE (or 0x949EFE) is known color: Portage. HEX triplet: 94, 9E and FE. RGB value is (148,158,254). Sum of RGB (Red+Green+Blue) = 148+158+254=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #949EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EFE is #6B6101. Grayscale: #A5A5A5. Windows color (decimal): -7037186 or 16686740. OLE color: 16686740.
HSL color Cylindrical-coordinate representation of color #949EFE: hue angle of 234.34º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #949EFE is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 158 | 254 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.00 |
| HSL | 234.34º | 0.98% | 0.79% | - |
| HSV(B) | 234.34º | 0.42% | 1% | - |
| XYZ | 42.33 | 37.91 | 98.85 | - |
| YUV | 165.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 254 | 0.42 | 0.38 | 0 | 0.00 | 234.34 | 0.98 | 0.79 |
| Hex | 94 | 9E | FE | 2A | 26 | 0 | 0 | EA | 62 | 4F |
| Octal | 224 | 236 | 376 | 52 | 46 | 0 | 0 | 352 | 142 | 117 |
| Binary | 10010100 | 10011110 | 11111110 | 101010 | 100110 | 0 | 0 | 11101010 | 1100010 | 1001111 |
Color Harmonies of #949EFE
Complementary color
Monochromatic Colors of #949EFE
Black with #949EFE
Text Example
Text Example
White with #949EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EFE; }
p { color: rgb(148,158,254); }
H1.HeaderClassName
{
color: #949EFE;
}
.AnyTagClassName
{
color: #949EFE;
}
</style>
background-color css
<style>
a { background-color: #949EFE; }
a { background-color: rgb(148,158,254); }
div.DivClassName
{
background-color: #949EFE;
}
.BgClassName
{
background-color: #949EFE;
}
</style>
border-color css
<style>
span { border-color: #949EFE; }
span { border-color: rgb(148,158,254); }
td.TdClassName
{
border-color: #949EFE;
}
.TagClassName
{
border-color: #949EFE;
}
</style>