Shades of Portage #959FFD
Tints of Portage #959FFD
RGB
CMYK
RGB Variations
Color information
#959FFD (or 0x959FFD) is known color: Portage. HEX triplet: 95, 9F and FD. RGB value is (149,159,253). Sum of RGB (Red+Green+Blue) = 149+159+253=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #959FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FFD is #6A6002. Grayscale: #A6A6A6. Windows color (decimal): -6971395 or 16621461. OLE color: 16621461.
HSL color Cylindrical-coordinate representation of color #959FFD: hue angle of 234.23º 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 #959FFD is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 159 | 253 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.01 |
| HSL | 234.23º | 0.96% | 0.79% | - |
| HSV(B) | 234.23º | 0.41% | 0.99% | - |
| XYZ | 42.52 | 38.28 | 98.08 | - |
| YUV | 166.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 253 | 0.41 | 0.37 | 0 | 0.01 | 234.23 | 0.96 | 0.79 |
| Hex | 95 | 9F | FD | 29 | 25 | 0 | 1 | EA | 60 | 4F |
| Octal | 225 | 237 | 375 | 51 | 45 | 0 | 1 | 352 | 140 | 117 |
| Binary | 10010101 | 10011111 | 11111101 | 101001 | 100101 | 0 | 1 | 11101010 | 1100000 | 1001111 |
Color Harmonies of #959FFD
Complementary color
Monochromatic Colors of #959FFD
Black with #959FFD
Text Example
Text Example
White with #959FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FFD; }
p { color: rgb(149,159,253); }
H1.HeaderClassName
{
color: #959FFD;
}
.AnyTagClassName
{
color: #959FFD;
}
</style>
background-color css
<style>
a { background-color: #959FFD; }
a { background-color: rgb(149,159,253); }
div.DivClassName
{
background-color: #959FFD;
}
.BgClassName
{
background-color: #959FFD;
}
</style>
border-color css
<style>
span { border-color: #959FFD; }
span { border-color: rgb(149,159,253); }
td.TdClassName
{
border-color: #959FFD;
}
.TagClassName
{
border-color: #959FFD;
}
</style>