Shades of Portage #959BDA
Tints of Portage #959BDA
RGB
CMYK
RGB Variations
Color information
#959BDA (or 0x959BDA) is known color: Portage. HEX triplet: 95, 9B and DA. RGB value is (149,155,218). Sum of RGB (Red+Green+Blue) = 149+155+218=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #959BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BDA is #6A6425. Grayscale: #A0A0A0. Windows color (decimal): -6972454 or 14326677. OLE color: 14326677.
HSL color Cylindrical-coordinate representation of color #959BDA: hue angle of 234.78º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959BDA is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 155 | 218 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.15 |
| HSL | 234.78º | 0.48% | 0.72% | - |
| HSV(B) | 234.78º | 0.32% | 0.85% | - |
| XYZ | 36.77 | 34.89 | 71.13 | - |
| YUV | 160.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 218 | 0.32 | 0.29 | 0 | 0.15 | 234.78 | 0.48 | 0.72 |
| Hex | 95 | 9B | DA | 20 | 1D | 0 | F | EB | 30 | 48 |
| Octal | 225 | 233 | 332 | 40 | 35 | 0 | 17 | 353 | 60 | 110 |
| Binary | 10010101 | 10011011 | 11011010 | 100000 | 11101 | 0 | 1111 | 11101011 | 110000 | 1001000 |
Color Harmonies of #959BDA
Complementary color
Monochromatic Colors of #959BDA
Black with #959BDA
Text Example
Text Example
White with #959BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BDA; }
p { color: rgb(149,155,218); }
H1.HeaderClassName
{
color: #959BDA;
}
.AnyTagClassName
{
color: #959BDA;
}
</style>
background-color css
<style>
a { background-color: #959BDA; }
a { background-color: rgb(149,155,218); }
div.DivClassName
{
background-color: #959BDA;
}
.BgClassName
{
background-color: #959BDA;
}
</style>
border-color css
<style>
span { border-color: #959BDA; }
span { border-color: rgb(149,155,218); }
td.TdClassName
{
border-color: #959BDA;
}
.TagClassName
{
border-color: #959BDA;
}
</style>