Shades of Portage #959BED
Tints of Portage #959BED
RGB
CMYK
RGB Variations
Color information
#959BED (or 0x959BED) is known color: Portage. HEX triplet: 95, 9B and ED. RGB value is (149,155,237). Sum of RGB (Red+Green+Blue) = 149+155+237=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #959BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959BED is #6A6412. Grayscale: #A2A2A2. Windows color (decimal): -6972435 or 15571861. OLE color: 15571861.
HSL color Cylindrical-coordinate representation of color #959BED: hue angle of 235.91º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #959BED is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 155 | 237 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.07 |
| HSL | 235.91º | 0.71% | 0.76% | - |
| HSV(B) | 235.91º | 0.37% | 0.93% | - |
| XYZ | 39.4 | 35.95 | 84.98 | - |
| YUV | 162.55 | 170.01 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 237 | 0.37 | 0.35 | 0 | 0.07 | 235.91 | 0.71 | 0.76 |
| Hex | 95 | 9B | ED | 25 | 23 | 0 | 7 | EC | 47 | 4C |
| Octal | 225 | 233 | 355 | 45 | 43 | 0 | 7 | 354 | 107 | 114 |
| Binary | 10010101 | 10011011 | 11101101 | 100101 | 100011 | 0 | 111 | 11101100 | 1000111 | 1001100 |
Color Harmonies of #959BED
Complementary color
Monochromatic Colors of #959BED
Black with #959BED
Text Example
Text Example
White with #959BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BED; }
p { color: rgb(149,155,237); }
H1.HeaderClassName
{
color: #959BED;
}
.AnyTagClassName
{
color: #959BED;
}
</style>
background-color css
<style>
a { background-color: #959BED; }
a { background-color: rgb(149,155,237); }
div.DivClassName
{
background-color: #959BED;
}
.BgClassName
{
background-color: #959BED;
}
</style>
border-color css
<style>
span { border-color: #959BED; }
span { border-color: rgb(149,155,237); }
td.TdClassName
{
border-color: #959BED;
}
.TagClassName
{
border-color: #959BED;
}
</style>