Shades of Portage #949BEE
Tints of Portage #949BEE
RGB
CMYK
RGB Variations
Color information
#949BEE (or 0x949BEE) is known color: Portage. HEX triplet: 94, 9B and EE. RGB value is (148,155,238). Sum of RGB (Red+Green+Blue) = 148+155+238=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #949BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949BEE is #6B6411. Grayscale: #A2A2A2. Windows color (decimal): -7037970 or 15637396. OLE color: 15637396.
HSL color Cylindrical-coordinate representation of color #949BEE: hue angle of 235.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #949BEE is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 155 | 238 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.07 |
| HSL | 235.33º | 0.73% | 0.76% | - |
| HSV(B) | 235.33º | 0.38% | 0.93% | - |
| XYZ | 39.37 | 35.91 | 85.75 | - |
| YUV | 162.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 238 | 0.38 | 0.35 | 0 | 0.07 | 235.33 | 0.73 | 0.76 |
| Hex | 94 | 9B | EE | 26 | 23 | 0 | 7 | EB | 49 | 4C |
| Octal | 224 | 233 | 356 | 46 | 43 | 0 | 7 | 353 | 111 | 114 |
| Binary | 10010100 | 10011011 | 11101110 | 100110 | 100011 | 0 | 111 | 11101011 | 1001001 | 1001100 |
Color Harmonies of #949BEE
Complementary color
Monochromatic Colors of #949BEE
Black with #949BEE
Text Example
Text Example
White with #949BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BEE; }
p { color: rgb(148,155,238); }
H1.HeaderClassName
{
color: #949BEE;
}
.AnyTagClassName
{
color: #949BEE;
}
</style>
background-color css
<style>
a { background-color: #949BEE; }
a { background-color: rgb(148,155,238); }
div.DivClassName
{
background-color: #949BEE;
}
.BgClassName
{
background-color: #949BEE;
}
</style>
border-color css
<style>
span { border-color: #949BEE; }
span { border-color: rgb(148,155,238); }
td.TdClassName
{
border-color: #949BEE;
}
.TagClassName
{
border-color: #949BEE;
}
</style>