Shades of Portage #959BFD
Tints of Portage #959BFD
RGB
CMYK
RGB Variations
Color information
#959BFD (or 0x959BFD) is known color: Portage. HEX triplet: 95, 9B and FD. RGB value is (149,155,253). Sum of RGB (Red+Green+Blue) = 149+155+253=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #959BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959BFD is #6A6402. Grayscale: #A3A3A3. Windows color (decimal): -6972419 or 16620437. OLE color: 16620437.
HSL color Cylindrical-coordinate representation of color #959BFD: hue angle of 236.54º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #959BFD is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 155 | 253 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.01 |
| HSL | 236.54º | 0.96% | 0.79% | - |
| HSV(B) | 236.54º | 0.41% | 0.99% | - |
| XYZ | 41.85 | 36.92 | 97.85 | - |
| YUV | 164.38 | 178.01 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 253 | 0.41 | 0.39 | 0 | 0.01 | 236.54 | 0.96 | 0.79 |
| Hex | 95 | 9B | FD | 29 | 27 | 0 | 1 | ED | 60 | 4F |
| Octal | 225 | 233 | 375 | 51 | 47 | 0 | 1 | 355 | 140 | 117 |
| Binary | 10010101 | 10011011 | 11111101 | 101001 | 100111 | 0 | 1 | 11101101 | 1100000 | 1001111 |
Color Harmonies of #959BFD
Complementary color
Monochromatic Colors of #959BFD
Black with #959BFD
Text Example
Text Example
White with #959BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BFD; }
p { color: rgb(149,155,253); }
H1.HeaderClassName
{
color: #959BFD;
}
.AnyTagClassName
{
color: #959BFD;
}
</style>
background-color css
<style>
a { background-color: #959BFD; }
a { background-color: rgb(149,155,253); }
div.DivClassName
{
background-color: #959BFD;
}
.BgClassName
{
background-color: #959BFD;
}
</style>
border-color css
<style>
span { border-color: #959BFD; }
span { border-color: rgb(149,155,253); }
td.TdClassName
{
border-color: #959BFD;
}
.TagClassName
{
border-color: #959BFD;
}
</style>