Shades of Portage #969CFF
Tints of Portage #969CFF
RGB
CMYK
RGB Variations
Color information
#969CFF (or 0x969CFF) is known color: Portage. HEX triplet: 96, 9C and FF. RGB value is (150,156,255). Sum of RGB (Red+Green+Blue) = 150+156+255=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #969CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CFF is #696300. Grayscale: #A5A5A5. Windows color (decimal): -6906625 or 16751766. OLE color: 16751766.
HSL color Cylindrical-coordinate representation of color #969CFF: hue angle of 236.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #969CFF is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 156 | 255 | - |
| CMYK | 0.41 | 0.39 | 0 | 0 |
| HSL | 236.57º | 1% | 0.79% | - |
| HSV(B) | 236.57º | 0.41% | 1% | - |
| XYZ | 42.52 | 37.48 | 99.6 | - |
| YUV | 165.49 | 178.51 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 255 | 0.41 | 0.39 | 0 | 0 | 236.57 | 1 | 0.79 |
| Hex | 96 | 9C | FF | 29 | 27 | 0 | 0 | ED | 64 | 4F |
| Octal | 226 | 234 | 377 | 51 | 47 | 0 | 0 | 355 | 144 | 117 |
| Binary | 10010110 | 10011100 | 11111111 | 101001 | 100111 | 0 | 0 | 11101101 | 1100100 | 1001111 |
Color Harmonies of #969CFF
Complementary color
Monochromatic Colors of #969CFF
Black with #969CFF
Text Example
Text Example
White with #969CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969CFF; }
p { color: rgb(150,156,255); }
H1.HeaderClassName
{
color: #969CFF;
}
.AnyTagClassName
{
color: #969CFF;
}
</style>
background-color css
<style>
a { background-color: #969CFF; }
a { background-color: rgb(150,156,255); }
div.DivClassName
{
background-color: #969CFF;
}
.BgClassName
{
background-color: #969CFF;
}
</style>
border-color css
<style>
span { border-color: #969CFF; }
span { border-color: rgb(150,156,255); }
td.TdClassName
{
border-color: #969CFF;
}
.TagClassName
{
border-color: #969CFF;
}
</style>