Shades of Portage #9C9CFA
Tints of Portage #9C9CFA
RGB
CMYK
RGB Variations
Color information
#9C9CFA (or 0x9C9CFA) is known color: Portage. HEX triplet: 9C, 9C and FA. RGB value is (156,156,250). Sum of RGB (Red+Green+Blue) = 156+156+250=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C9CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9CFA is #636305. Grayscale: #A6A6A6. Windows color (decimal): -6513414 or 16424092. OLE color: 16424092.
HSL color Cylindrical-coordinate representation of color #9C9CFA: hue angle of 240º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C9CFA is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 156 | 250 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.02 |
| HSL | 240º | 0.9% | 0.8% | - |
| HSV(B) | 240º | 0.38% | 0.98% | - |
| XYZ | 42.85 | 37.75 | 95.47 | - |
| YUV | 166.72 | 175 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 156 | 250 | 0.38 | 0.38 | 0 | 0.02 | 240 | 0.9 | 0.8 |
| Hex | 9C | 9C | FA | 26 | 26 | 0 | 2 | F0 | 5A | 50 |
| Octal | 234 | 234 | 372 | 46 | 46 | 0 | 2 | 360 | 132 | 120 |
| Binary | 10011100 | 10011100 | 11111010 | 100110 | 100110 | 0 | 10 | 11110000 | 1011010 | 1010000 |
Color Harmonies of #9C9CFA
Complementary color
Monochromatic Colors of #9C9CFA
Black with #9C9CFA
Text Example
Text Example
White with #9C9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9CFA; }
p { color: rgb(156,156,250); }
H1.HeaderClassName
{
color: #9C9CFA;
}
.AnyTagClassName
{
color: #9C9CFA;
}
</style>
background-color css
<style>
a { background-color: #9C9CFA; }
a { background-color: rgb(156,156,250); }
div.DivClassName
{
background-color: #9C9CFA;
}
.BgClassName
{
background-color: #9C9CFA;
}
</style>
border-color css
<style>
span { border-color: #9C9CFA; }
span { border-color: rgb(156,156,250); }
td.TdClassName
{
border-color: #9C9CFA;
}
.TagClassName
{
border-color: #9C9CFA;
}
</style>