Shades of Portage #959CDE
Tints of Portage #959CDE
RGB
CMYK
RGB Variations
Color information
#959CDE (or 0x959CDE) is known color: Portage. HEX triplet: 95, 9C and DE. RGB value is (149,156,222). Sum of RGB (Red+Green+Blue) = 149+156+222=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #959CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CDE is #6A6321. Grayscale: #A1A1A1. Windows color (decimal): -6972194 or 14589077. OLE color: 14589077.
HSL color Cylindrical-coordinate representation of color #959CDE: hue angle of 234.25º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #959CDE is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 156 | 222 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.13 |
| HSL | 234.25º | 0.53% | 0.73% | - |
| HSV(B) | 234.25º | 0.33% | 0.87% | - |
| XYZ | 37.47 | 35.44 | 73.97 | - |
| YUV | 161.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 222 | 0.33 | 0.30 | 0 | 0.13 | 234.25 | 0.53 | 0.73 |
| Hex | 95 | 9C | DE | 21 | 1E | 0 | D | EA | 35 | 49 |
| Octal | 225 | 234 | 336 | 41 | 36 | 0 | 15 | 352 | 65 | 111 |
| Binary | 10010101 | 10011100 | 11011110 | 100001 | 11110 | 0 | 1101 | 11101010 | 110101 | 1001001 |
Color Harmonies of #959CDE
Complementary color
Monochromatic Colors of #959CDE
Black with #959CDE
Text Example
Text Example
White with #959CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959CDE; }
p { color: rgb(149,156,222); }
H1.HeaderClassName
{
color: #959CDE;
}
.AnyTagClassName
{
color: #959CDE;
}
</style>
background-color css
<style>
a { background-color: #959CDE; }
a { background-color: rgb(149,156,222); }
div.DivClassName
{
background-color: #959CDE;
}
.BgClassName
{
background-color: #959CDE;
}
</style>
border-color css
<style>
span { border-color: #959CDE; }
span { border-color: rgb(149,156,222); }
td.TdClassName
{
border-color: #959CDE;
}
.TagClassName
{
border-color: #959CDE;
}
</style>