Shades of Portage #7F96CB
Tints of Portage #7F96CB
RGB
CMYK
RGB Variations
Color information
#7F96CB (or 0x7F96CB) is known color: Portage. HEX triplet: 7F, 96 and CB. RGB value is (127,150,203). Sum of RGB (Red+Green+Blue) = 127+150+203=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F96CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F96CB is #806934. Grayscale: #949494. Windows color (decimal): -8415541 or 13342335. OLE color: 13342335.
HSL color Cylindrical-coordinate representation of color #7F96CB: hue angle of 221.84º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F96CB is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 150 | 203 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.20 |
| HSL | 221.84º | 0.42% | 0.65% | - |
| HSV(B) | 221.84º | 0.37% | 0.8% | - |
| XYZ | 30.44 | 30.64 | 60.81 | - |
| YUV | 149.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 203 | 0.37 | 0.26 | 0 | 0.20 | 221.84 | 0.42 | 0.65 |
| Hex | 7F | 96 | CB | 25 | 1A | 0 | 14 | DE | 2A | 41 |
| Octal | 177 | 226 | 313 | 45 | 32 | 0 | 24 | 336 | 52 | 101 |
| Binary | 1111111 | 10010110 | 11001011 | 100101 | 11010 | 0 | 10100 | 11011110 | 101010 | 1000001 |
Color Harmonies of #7F96CB
Complementary color
Monochromatic Colors of #7F96CB
Black with #7F96CB
Text Example
Text Example
White with #7F96CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F96CB; }
p { color: rgb(127,150,203); }
H1.HeaderClassName
{
color: #7F96CB;
}
.AnyTagClassName
{
color: #7F96CB;
}
</style>
background-color css
<style>
a { background-color: #7F96CB; }
a { background-color: rgb(127,150,203); }
div.DivClassName
{
background-color: #7F96CB;
}
.BgClassName
{
background-color: #7F96CB;
}
</style>
border-color css
<style>
span { border-color: #7F96CB; }
span { border-color: rgb(127,150,203); }
td.TdClassName
{
border-color: #7F96CB;
}
.TagClassName
{
border-color: #7F96CB;
}
</style>