Shades of Portage #949BFE
Tints of Portage #949BFE
RGB
CMYK
RGB Variations
Color information
#949BFE (or 0x949BFE) is known color: Portage. HEX triplet: 94, 9B and FE. RGB value is (148,155,254). Sum of RGB (Red+Green+Blue) = 148+155+254=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #949BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949BFE is #6B6401. Grayscale: #A3A3A3. Windows color (decimal): -7037954 or 16685972. OLE color: 16685972.
HSL color Cylindrical-coordinate representation of color #949BFE: hue angle of 236.04º 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 #949BFE is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 155 | 254 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.00 |
| HSL | 236.04º | 0.98% | 0.79% | - |
| HSV(B) | 236.04º | 0.42% | 1% | - |
| XYZ | 41.82 | 36.89 | 98.68 | - |
| YUV | 164.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 254 | 0.42 | 0.39 | 0 | 0.00 | 236.04 | 0.98 | 0.79 |
| Hex | 94 | 9B | FE | 2A | 27 | 0 | 0 | EC | 62 | 4F |
| Octal | 224 | 233 | 376 | 52 | 47 | 0 | 0 | 354 | 142 | 117 |
| Binary | 10010100 | 10011011 | 11111110 | 101010 | 100111 | 0 | 0 | 11101100 | 1100010 | 1001111 |
Color Harmonies of #949BFE
Complementary color
Monochromatic Colors of #949BFE
Black with #949BFE
Text Example
Text Example
White with #949BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BFE; }
p { color: rgb(148,155,254); }
H1.HeaderClassName
{
color: #949BFE;
}
.AnyTagClassName
{
color: #949BFE;
}
</style>
background-color css
<style>
a { background-color: #949BFE; }
a { background-color: rgb(148,155,254); }
div.DivClassName
{
background-color: #949BFE;
}
.BgClassName
{
background-color: #949BFE;
}
</style>
border-color css
<style>
span { border-color: #949BFE; }
span { border-color: rgb(148,155,254); }
td.TdClassName
{
border-color: #949BFE;
}
.TagClassName
{
border-color: #949BFE;
}
</style>