Shades of Portage #949BEF
Tints of Portage #949BEF
RGB
CMYK
RGB Variations
Color information
#949BEF (or 0x949BEF) is known color: Portage. HEX triplet: 94, 9B and EF. RGB value is (148,155,239). Sum of RGB (Red+Green+Blue) = 148+155+239=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #949BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949BEF is #6B6410. Grayscale: #A2A2A2. Windows color (decimal): -7037969 or 15702932. OLE color: 15702932.
HSL color Cylindrical-coordinate representation of color #949BEF: hue angle of 235.38º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #949BEF is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 155 | 239 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.06 |
| HSL | 235.38º | 0.74% | 0.76% | - |
| HSV(B) | 235.38º | 0.38% | 0.94% | - |
| XYZ | 39.51 | 35.97 | 86.52 | - |
| YUV | 162.48 | 171.18 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 239 | 0.38 | 0.35 | 0 | 0.06 | 235.38 | 0.74 | 0.76 |
| Hex | 94 | 9B | EF | 26 | 23 | 0 | 6 | EB | 4A | 4C |
| Octal | 224 | 233 | 357 | 46 | 43 | 0 | 6 | 353 | 112 | 114 |
| Binary | 10010100 | 10011011 | 11101111 | 100110 | 100011 | 0 | 110 | 11101011 | 1001010 | 1001100 |
Color Harmonies of #949BEF
Complementary color
Monochromatic Colors of #949BEF
Black with #949BEF
Text Example
Text Example
White with #949BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BEF; }
p { color: rgb(148,155,239); }
H1.HeaderClassName
{
color: #949BEF;
}
.AnyTagClassName
{
color: #949BEF;
}
</style>
background-color css
<style>
a { background-color: #949BEF; }
a { background-color: rgb(148,155,239); }
div.DivClassName
{
background-color: #949BEF;
}
.BgClassName
{
background-color: #949BEF;
}
</style>
border-color css
<style>
span { border-color: #949BEF; }
span { border-color: rgb(148,155,239); }
td.TdClassName
{
border-color: #949BEF;
}
.TagClassName
{
border-color: #949BEF;
}
</style>