Shades of Portage #9A9CFB
Tints of Portage #9A9CFB
RGB
CMYK
RGB Variations
Color information
#9A9CFB (or 0x9A9CFB) is known color: Portage. HEX triplet: 9A, 9C and FB. RGB value is (154,156,251). Sum of RGB (Red+Green+Blue) = 154+156+251=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A9CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9CFB is #656304. Grayscale: #A5A5A5. Windows color (decimal): -6644485 or 16489626. OLE color: 16489626.
HSL color Cylindrical-coordinate representation of color #9A9CFB: hue angle of 238.76º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A9CFB is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 156 | 251 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.02 |
| HSL | 238.76º | 0.92% | 0.79% | - |
| HSV(B) | 238.76º | 0.39% | 0.98% | - |
| XYZ | 42.63 | 37.61 | 96.28 | - |
| YUV | 166.23 | 175.84 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 156 | 251 | 0.39 | 0.38 | 0 | 0.02 | 238.76 | 0.92 | 0.79 |
| Hex | 9A | 9C | FB | 27 | 26 | 0 | 2 | EF | 5C | 4F |
| Octal | 232 | 234 | 373 | 47 | 46 | 0 | 2 | 357 | 134 | 117 |
| Binary | 10011010 | 10011100 | 11111011 | 100111 | 100110 | 0 | 10 | 11101111 | 1011100 | 1001111 |
Color Harmonies of #9A9CFB
Complementary color
Monochromatic Colors of #9A9CFB
Black with #9A9CFB
Text Example
Text Example
White with #9A9CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9CFB; }
p { color: rgb(154,156,251); }
H1.HeaderClassName
{
color: #9A9CFB;
}
.AnyTagClassName
{
color: #9A9CFB;
}
</style>
background-color css
<style>
a { background-color: #9A9CFB; }
a { background-color: rgb(154,156,251); }
div.DivClassName
{
background-color: #9A9CFB;
}
.BgClassName
{
background-color: #9A9CFB;
}
</style>
border-color css
<style>
span { border-color: #9A9CFB; }
span { border-color: rgb(154,156,251); }
td.TdClassName
{
border-color: #9A9CFB;
}
.TagClassName
{
border-color: #9A9CFB;
}
</style>