Shades of Portage #969ADC
Tints of Portage #969ADC
RGB
CMYK
RGB Variations
Color information
#969ADC (or 0x969ADC) is known color: Portage. HEX triplet: 96, 9A and DC. RGB value is (150,154,220). Sum of RGB (Red+Green+Blue) = 150+154+220=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #969ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ADC is #696523. Grayscale: #A0A0A0. Windows color (decimal): -6907172 or 14457494. OLE color: 14457494.
HSL color Cylindrical-coordinate representation of color #969ADC: hue angle of 236.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #969ADC is Cyan = 0.32, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 154 | 220 | - |
| CMYK | 0.32 | 0.3 | 0 | 0.14 |
| HSL | 236.57º | 0.5% | 0.73% | - |
| HSV(B) | 236.57º | 0.32% | 0.86% | - |
| XYZ | 37.05 | 34.76 | 72.47 | - |
| YUV | 160.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 220 | 0.32 | 0.3 | 0 | 0.14 | 236.57 | 0.5 | 0.73 |
| Hex | 96 | 9A | DC | 20 | 1E | 0 | E | ED | 32 | 49 |
| Octal | 226 | 232 | 334 | 40 | 36 | 0 | 16 | 355 | 62 | 111 |
| Binary | 10010110 | 10011010 | 11011100 | 100000 | 11110 | 0 | 1110 | 11101101 | 110010 | 1001001 |
Color Harmonies of #969ADC
Complementary color
Monochromatic Colors of #969ADC
Black with #969ADC
Text Example
Text Example
White with #969ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969ADC; }
p { color: rgb(150,154,220); }
H1.HeaderClassName
{
color: #969ADC;
}
.AnyTagClassName
{
color: #969ADC;
}
</style>
background-color css
<style>
a { background-color: #969ADC; }
a { background-color: rgb(150,154,220); }
div.DivClassName
{
background-color: #969ADC;
}
.BgClassName
{
background-color: #969ADC;
}
</style>
border-color css
<style>
span { border-color: #969ADC; }
span { border-color: rgb(150,154,220); }
td.TdClassName
{
border-color: #969ADC;
}
.TagClassName
{
border-color: #969ADC;
}
</style>