Shades of Portage #959BFB
Tints of Portage #959BFB
RGB
CMYK
RGB Variations
Color information
#959BFB (or 0x959BFB) is known color: Portage. HEX triplet: 95, 9B and FB. RGB value is (149,155,251). Sum of RGB (Red+Green+Blue) = 149+155+251=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #959BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959BFB is #6A6404. Grayscale: #A3A3A3. Windows color (decimal): -6972421 or 16489365. OLE color: 16489365.
HSL color Cylindrical-coordinate representation of color #959BFB: hue angle of 236.47º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #959BFB is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 155 | 251 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.02 |
| HSL | 236.47º | 0.93% | 0.78% | - |
| HSV(B) | 236.47º | 0.41% | 0.98% | - |
| XYZ | 41.53 | 36.8 | 96.18 | - |
| YUV | 164.15 | 177.01 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 251 | 0.41 | 0.38 | 0 | 0.02 | 236.47 | 0.93 | 0.78 |
| Hex | 95 | 9B | FB | 29 | 26 | 0 | 2 | EC | 5D | 4E |
| Octal | 225 | 233 | 373 | 51 | 46 | 0 | 2 | 354 | 135 | 116 |
| Binary | 10010101 | 10011011 | 11111011 | 101001 | 100110 | 0 | 10 | 11101100 | 1011101 | 1001110 |
Color Harmonies of #959BFB
Complementary color
Monochromatic Colors of #959BFB
Black with #959BFB
Text Example
Text Example
White with #959BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BFB; }
p { color: rgb(149,155,251); }
H1.HeaderClassName
{
color: #959BFB;
}
.AnyTagClassName
{
color: #959BFB;
}
</style>
background-color css
<style>
a { background-color: #959BFB; }
a { background-color: rgb(149,155,251); }
div.DivClassName
{
background-color: #959BFB;
}
.BgClassName
{
background-color: #959BFB;
}
</style>
border-color css
<style>
span { border-color: #959BFB; }
span { border-color: rgb(149,155,251); }
td.TdClassName
{
border-color: #959BFB;
}
.TagClassName
{
border-color: #959BFB;
}
</style>