Shades of Portage #949CFC
Tints of Portage #949CFC
RGB
CMYK
RGB Variations
Color information
#949CFC (or 0x949CFC) is known color: Portage. HEX triplet: 94, 9C and FC. RGB value is (148,156,252). Sum of RGB (Red+Green+Blue) = 148+156+252=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #949CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949CFC is #6B6303. Grayscale: #A4A4A4. Windows color (decimal): -7037700 or 16555156. OLE color: 16555156.
HSL color Cylindrical-coordinate representation of color #949CFC: hue angle of 235.38º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #949CFC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 156 | 252 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.01 |
| HSL | 235.38º | 0.95% | 0.78% | - |
| HSV(B) | 235.38º | 0.41% | 0.99% | - |
| XYZ | 41.67 | 37.1 | 97.06 | - |
| YUV | 164.55 | 177.35 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 252 | 0.41 | 0.38 | 0 | 0.01 | 235.38 | 0.95 | 0.78 |
| Hex | 94 | 9C | FC | 29 | 26 | 0 | 1 | EB | 5F | 4E |
| Octal | 224 | 234 | 374 | 51 | 46 | 0 | 1 | 353 | 137 | 116 |
| Binary | 10010100 | 10011100 | 11111100 | 101001 | 100110 | 0 | 1 | 11101011 | 1011111 | 1001110 |
Color Harmonies of #949CFC
Complementary color
Monochromatic Colors of #949CFC
Black with #949CFC
Text Example
Text Example
White with #949CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CFC; }
p { color: rgb(148,156,252); }
H1.HeaderClassName
{
color: #949CFC;
}
.AnyTagClassName
{
color: #949CFC;
}
</style>
background-color css
<style>
a { background-color: #949CFC; }
a { background-color: rgb(148,156,252); }
div.DivClassName
{
background-color: #949CFC;
}
.BgClassName
{
background-color: #949CFC;
}
</style>
border-color css
<style>
span { border-color: #949CFC; }
span { border-color: rgb(148,156,252); }
td.TdClassName
{
border-color: #949CFC;
}
.TagClassName
{
border-color: #949CFC;
}
</style>