Shades of Portage #959CEF
Tints of Portage #959CEF
RGB
CMYK
RGB Variations
Color information
#959CEF (or 0x959CEF) is known color: Portage. HEX triplet: 95, 9C and EF. RGB value is (149,156,239). Sum of RGB (Red+Green+Blue) = 149+156+239=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #959CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CEF is #6A6310. Grayscale: #A3A3A3. Windows color (decimal): -6972177 or 15703189. OLE color: 15703189.
HSL color Cylindrical-coordinate representation of color #959CEF: hue angle of 235.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #959CEF is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 156 | 239 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.06 |
| HSL | 235.33º | 0.74% | 0.76% | - |
| HSV(B) | 235.33º | 0.38% | 0.94% | - |
| XYZ | 39.86 | 36.4 | 86.59 | - |
| YUV | 163.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 239 | 0.38 | 0.35 | 0 | 0.06 | 235.33 | 0.74 | 0.76 |
| Hex | 95 | 9C | EF | 26 | 23 | 0 | 6 | EB | 4A | 4C |
| Octal | 225 | 234 | 357 | 46 | 43 | 0 | 6 | 353 | 112 | 114 |
| Binary | 10010101 | 10011100 | 11101111 | 100110 | 100011 | 0 | 110 | 11101011 | 1001010 | 1001100 |
Color Harmonies of #959CEF
Complementary color
Monochromatic Colors of #959CEF
Black with #959CEF
Text Example
Text Example
White with #959CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959CEF; }
p { color: rgb(149,156,239); }
H1.HeaderClassName
{
color: #959CEF;
}
.AnyTagClassName
{
color: #959CEF;
}
</style>
background-color css
<style>
a { background-color: #959CEF; }
a { background-color: rgb(149,156,239); }
div.DivClassName
{
background-color: #959CEF;
}
.BgClassName
{
background-color: #959CEF;
}
</style>
border-color css
<style>
span { border-color: #959CEF; }
span { border-color: rgb(149,156,239); }
td.TdClassName
{
border-color: #959CEF;
}
.TagClassName
{
border-color: #959CEF;
}
</style>