Shades of Portage #959AED
Tints of Portage #959AED
RGB
CMYK
RGB Variations
Color information
#959AED (or 0x959AED) is known color: Portage. HEX triplet: 95, 9A and ED. RGB value is (149,154,237). Sum of RGB (Red+Green+Blue) = 149+154+237=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #959AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959AED is #6A6512. Grayscale: #A1A1A1. Windows color (decimal): -6972691 or 15571605. OLE color: 15571605.
HSL color Cylindrical-coordinate representation of color #959AED: hue angle of 236.59º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #959AED is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 154 | 237 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.07 |
| HSL | 236.59º | 0.71% | 0.76% | - |
| HSV(B) | 236.59º | 0.37% | 0.93% | - |
| XYZ | 39.24 | 35.62 | 84.93 | - |
| YUV | 161.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 237 | 0.37 | 0.35 | 0 | 0.07 | 236.59 | 0.71 | 0.76 |
| Hex | 95 | 9A | ED | 25 | 23 | 0 | 7 | ED | 47 | 4C |
| Octal | 225 | 232 | 355 | 45 | 43 | 0 | 7 | 355 | 107 | 114 |
| Binary | 10010101 | 10011010 | 11101101 | 100101 | 100011 | 0 | 111 | 11101101 | 1000111 | 1001100 |
Color Harmonies of #959AED
Complementary color
Monochromatic Colors of #959AED
Black with #959AED
Text Example
Text Example
White with #959AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959AED; }
p { color: rgb(149,154,237); }
H1.HeaderClassName
{
color: #959AED;
}
.AnyTagClassName
{
color: #959AED;
}
</style>
background-color css
<style>
a { background-color: #959AED; }
a { background-color: rgb(149,154,237); }
div.DivClassName
{
background-color: #959AED;
}
.BgClassName
{
background-color: #959AED;
}
</style>
border-color css
<style>
span { border-color: #959AED; }
span { border-color: rgb(149,154,237); }
td.TdClassName
{
border-color: #959AED;
}
.TagClassName
{
border-color: #959AED;
}
</style>