Shades of Portage #949EFD
Tints of Portage #949EFD
RGB
CMYK
RGB Variations
Color information
#949EFD (or 0x949EFD) is known color: Portage. HEX triplet: 94, 9E and FD. RGB value is (148,158,253). Sum of RGB (Red+Green+Blue) = 148+158+253=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #949EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EFD is #6B6102. Grayscale: #A5A5A5. Windows color (decimal): -7037187 or 16621204. OLE color: 16621204.
HSL color Cylindrical-coordinate representation of color #949EFD: hue angle of 234.29º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #949EFD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 158 | 253 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.01 |
| HSL | 234.29º | 0.96% | 0.79% | - |
| HSV(B) | 234.29º | 0.42% | 0.99% | - |
| XYZ | 42.17 | 37.84 | 98.01 | - |
| YUV | 165.84 | 177.19 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 253 | 0.42 | 0.38 | 0 | 0.01 | 234.29 | 0.96 | 0.79 |
| Hex | 94 | 9E | FD | 2A | 26 | 0 | 1 | EA | 60 | 4F |
| Octal | 224 | 236 | 375 | 52 | 46 | 0 | 1 | 352 | 140 | 117 |
| Binary | 10010100 | 10011110 | 11111101 | 101010 | 100110 | 0 | 1 | 11101010 | 1100000 | 1001111 |
Color Harmonies of #949EFD
Complementary color
Monochromatic Colors of #949EFD
Black with #949EFD
Text Example
Text Example
White with #949EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EFD; }
p { color: rgb(148,158,253); }
H1.HeaderClassName
{
color: #949EFD;
}
.AnyTagClassName
{
color: #949EFD;
}
</style>
background-color css
<style>
a { background-color: #949EFD; }
a { background-color: rgb(148,158,253); }
div.DivClassName
{
background-color: #949EFD;
}
.BgClassName
{
background-color: #949EFD;
}
</style>
border-color css
<style>
span { border-color: #949EFD; }
span { border-color: rgb(148,158,253); }
td.TdClassName
{
border-color: #949EFD;
}
.TagClassName
{
border-color: #949EFD;
}
</style>