Shades of Portage #949CED
Tints of Portage #949CED
RGB
CMYK
RGB Variations
Color information
#949CED (or 0x949CED) is known color: Portage. HEX triplet: 94, 9C and ED. RGB value is (148,156,237). Sum of RGB (Red+Green+Blue) = 148+156+237=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #949CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949CED is #6B6312. Grayscale: #A2A2A2. Windows color (decimal): -7037715 or 15572116. OLE color: 15572116.
HSL color Cylindrical-coordinate representation of color #949CED: hue angle of 234.61º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #949CED is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 156 | 237 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.07 |
| HSL | 234.61º | 0.71% | 0.75% | - |
| HSV(B) | 234.61º | 0.38% | 0.93% | - |
| XYZ | 39.39 | 36.19 | 85.03 | - |
| YUV | 162.84 | 169.85 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 237 | 0.38 | 0.34 | 0 | 0.07 | 234.61 | 0.71 | 0.75 |
| Hex | 94 | 9C | ED | 26 | 22 | 0 | 7 | EB | 47 | 4B |
| Octal | 224 | 234 | 355 | 46 | 42 | 0 | 7 | 353 | 107 | 113 |
| Binary | 10010100 | 10011100 | 11101101 | 100110 | 100010 | 0 | 111 | 11101011 | 1000111 | 1001011 |
Color Harmonies of #949CED
Complementary color
Monochromatic Colors of #949CED
Black with #949CED
Text Example
Text Example
White with #949CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CED; }
p { color: rgb(148,156,237); }
H1.HeaderClassName
{
color: #949CED;
}
.AnyTagClassName
{
color: #949CED;
}
</style>
background-color css
<style>
a { background-color: #949CED; }
a { background-color: rgb(148,156,237); }
div.DivClassName
{
background-color: #949CED;
}
.BgClassName
{
background-color: #949CED;
}
</style>
border-color css
<style>
span { border-color: #949CED; }
span { border-color: rgb(148,156,237); }
td.TdClassName
{
border-color: #949CED;
}
.TagClassName
{
border-color: #949CED;
}
</style>