Shades of Portage #959FDC
Tints of Portage #959FDC
RGB
CMYK
RGB Variations
Color information
#959FDC (or 0x959FDC) is known color: Portage. HEX triplet: 95, 9F and DC. RGB value is (149,159,220). Sum of RGB (Red+Green+Blue) = 149+159+220=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #959FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FDC is #6A6023. Grayscale: #A2A2A2. Windows color (decimal): -6971428 or 14458773. OLE color: 14458773.
HSL color Cylindrical-coordinate representation of color #959FDC: hue angle of 231.55º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959FDC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 159 | 220 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.14 |
| HSL | 231.55º | 0.5% | 0.72% | - |
| HSV(B) | 231.55º | 0.32% | 0.86% | - |
| XYZ | 37.71 | 36.35 | 72.74 | - |
| YUV | 162.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 220 | 0.32 | 0.28 | 0 | 0.14 | 231.55 | 0.5 | 0.72 |
| Hex | 95 | 9F | DC | 20 | 1C | 0 | E | E8 | 32 | 48 |
| Octal | 225 | 237 | 334 | 40 | 34 | 0 | 16 | 350 | 62 | 110 |
| Binary | 10010101 | 10011111 | 11011100 | 100000 | 11100 | 0 | 1110 | 11101000 | 110010 | 1001000 |
Color Harmonies of #959FDC
Complementary color
Monochromatic Colors of #959FDC
Black with #959FDC
Text Example
Text Example
White with #959FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FDC; }
p { color: rgb(149,159,220); }
H1.HeaderClassName
{
color: #959FDC;
}
.AnyTagClassName
{
color: #959FDC;
}
</style>
background-color css
<style>
a { background-color: #959FDC; }
a { background-color: rgb(149,159,220); }
div.DivClassName
{
background-color: #959FDC;
}
.BgClassName
{
background-color: #959FDC;
}
</style>
border-color css
<style>
span { border-color: #959FDC; }
span { border-color: rgb(149,159,220); }
td.TdClassName
{
border-color: #959FDC;
}
.TagClassName
{
border-color: #959FDC;
}
</style>