Shades of Portage #949CEB
Tints of Portage #949CEB
RGB
CMYK
RGB Variations
Color information
#949CEB (or 0x949CEB) is known color: Portage. HEX triplet: 94, 9C and EB. RGB value is (148,156,235). Sum of RGB (Red+Green+Blue) = 148+156+235=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #949CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949CEB is #6B6314. Grayscale: #A2A2A2. Windows color (decimal): -7037717 or 15441044. OLE color: 15441044.
HSL color Cylindrical-coordinate representation of color #949CEB: hue angle of 234.48º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #949CEB is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 156 | 235 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.08 |
| HSL | 234.48º | 0.69% | 0.75% | - |
| HSV(B) | 234.48º | 0.37% | 0.92% | - |
| XYZ | 39.1 | 36.07 | 83.5 | - |
| YUV | 162.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 235 | 0.37 | 0.34 | 0 | 0.08 | 234.48 | 0.69 | 0.75 |
| Hex | 94 | 9C | EB | 25 | 22 | 0 | 8 | EA | 45 | 4B |
| Octal | 224 | 234 | 353 | 45 | 42 | 0 | 10 | 352 | 105 | 113 |
| Binary | 10010100 | 10011100 | 11101011 | 100101 | 100010 | 0 | 1000 | 11101010 | 1000101 | 1001011 |
Color Harmonies of #949CEB
Complementary color
Monochromatic Colors of #949CEB
Black with #949CEB
Text Example
Text Example
White with #949CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CEB; }
p { color: rgb(148,156,235); }
H1.HeaderClassName
{
color: #949CEB;
}
.AnyTagClassName
{
color: #949CEB;
}
</style>
background-color css
<style>
a { background-color: #949CEB; }
a { background-color: rgb(148,156,235); }
div.DivClassName
{
background-color: #949CEB;
}
.BgClassName
{
background-color: #949CEB;
}
</style>
border-color css
<style>
span { border-color: #949CEB; }
span { border-color: rgb(148,156,235); }
td.TdClassName
{
border-color: #949CEB;
}
.TagClassName
{
border-color: #949CEB;
}
</style>