Shades of Portage #949BED
Tints of Portage #949BED
RGB
CMYK
RGB Variations
Color information
#949BED (or 0x949BED) is known color: Portage. HEX triplet: 94, 9B and ED. RGB value is (148,155,237). Sum of RGB (Red+Green+Blue) = 148+155+237=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #949BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949BED is #6B6412. Grayscale: #A1A1A1. Windows color (decimal): -7037971 or 15571860. OLE color: 15571860.
HSL color Cylindrical-coordinate representation of color #949BED: hue angle of 235.28º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #949BED is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 155 | 237 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.07 |
| HSL | 235.28º | 0.71% | 0.75% | - |
| HSV(B) | 235.28º | 0.38% | 0.93% | - |
| XYZ | 39.22 | 35.85 | 84.97 | - |
| YUV | 162.26 | 170.18 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 237 | 0.38 | 0.35 | 0 | 0.07 | 235.28 | 0.71 | 0.75 |
| Hex | 94 | 9B | ED | 26 | 23 | 0 | 7 | EB | 47 | 4B |
| Octal | 224 | 233 | 355 | 46 | 43 | 0 | 7 | 353 | 107 | 113 |
| Binary | 10010100 | 10011011 | 11101101 | 100110 | 100011 | 0 | 111 | 11101011 | 1000111 | 1001011 |
Color Harmonies of #949BED
Complementary color
Monochromatic Colors of #949BED
Black with #949BED
Text Example
Text Example
White with #949BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BED; }
p { color: rgb(148,155,237); }
H1.HeaderClassName
{
color: #949BED;
}
.AnyTagClassName
{
color: #949BED;
}
</style>
background-color css
<style>
a { background-color: #949BED; }
a { background-color: rgb(148,155,237); }
div.DivClassName
{
background-color: #949BED;
}
.BgClassName
{
background-color: #949BED;
}
</style>
border-color css
<style>
span { border-color: #949BED; }
span { border-color: rgb(148,155,237); }
td.TdClassName
{
border-color: #949BED;
}
.TagClassName
{
border-color: #949BED;
}
</style>