Shades of Portage #9697EF
Tints of Portage #9697EF
RGB
CMYK
RGB Variations
Color information
#9697EF (or 0x9697EF) is known color: Portage. HEX triplet: 96, 97 and EF. RGB value is (150,151,239). Sum of RGB (Red+Green+Blue) = 150+151+239=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #9697EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9697EF is #696810. Grayscale: #A0A0A0. Windows color (decimal): -6907921 or 15701910. OLE color: 15701910.
HSL color Cylindrical-coordinate representation of color #9697EF: hue angle of 239.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9697EF is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 151 | 239 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.06 |
| HSL | 239.33º | 0.74% | 0.76% | - |
| HSV(B) | 239.33º | 0.37% | 0.94% | - |
| XYZ | 39.22 | 34.85 | 86.32 | - |
| YUV | 160.73 | 172.17 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 151 | 239 | 0.37 | 0.37 | 0 | 0.06 | 239.33 | 0.74 | 0.76 |
| Hex | 96 | 97 | EF | 25 | 25 | 0 | 6 | EF | 4A | 4C |
| Octal | 226 | 227 | 357 | 45 | 45 | 0 | 6 | 357 | 112 | 114 |
| Binary | 10010110 | 10010111 | 11101111 | 100101 | 100101 | 0 | 110 | 11101111 | 1001010 | 1001100 |
Color Harmonies of #9697EF
Complementary color
Monochromatic Colors of #9697EF
Black with #9697EF
Text Example
Text Example
White with #9697EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9697EF; }
p { color: rgb(150,151,239); }
H1.HeaderClassName
{
color: #9697EF;
}
.AnyTagClassName
{
color: #9697EF;
}
</style>
background-color css
<style>
a { background-color: #9697EF; }
a { background-color: rgb(150,151,239); }
div.DivClassName
{
background-color: #9697EF;
}
.BgClassName
{
background-color: #9697EF;
}
</style>
border-color css
<style>
span { border-color: #9697EF; }
span { border-color: rgb(150,151,239); }
td.TdClassName
{
border-color: #9697EF;
}
.TagClassName
{
border-color: #9697EF;
}
</style>