Shades of Portage #9DA2EA
Tints of Portage #9DA2EA
RGB
CMYK
RGB Variations
Color information
#9DA2EA (or 0x9DA2EA) is known color: Portage. HEX triplet: 9D, A2 and EA. RGB value is (157,162,234). Sum of RGB (Red+Green+Blue) = 157+162+234=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DA2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA2EA is #625D15. Grayscale: #A8A8A8. Windows color (decimal): -6446358 or 15377053. OLE color: 15377053.
HSL color Cylindrical-coordinate representation of color #9DA2EA: hue angle of 236.1º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DA2EA is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 162 | 234 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.08 |
| HSL | 236.1º | 0.65% | 0.77% | - |
| HSV(B) | 236.1º | 0.33% | 0.92% | - |
| XYZ | 41.68 | 38.95 | 83.16 | - |
| YUV | 168.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 234 | 0.33 | 0.31 | 0 | 0.08 | 236.1 | 0.65 | 0.77 |
| Hex | 9D | A2 | EA | 21 | 1F | 0 | 8 | EC | 41 | 4D |
| Octal | 235 | 242 | 352 | 41 | 37 | 0 | 10 | 354 | 101 | 115 |
| Binary | 10011101 | 10100010 | 11101010 | 100001 | 11111 | 0 | 1000 | 11101100 | 1000001 | 1001101 |
Color Harmonies of #9DA2EA
Complementary color
Monochromatic Colors of #9DA2EA
Black with #9DA2EA
Text Example
Text Example
White with #9DA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA2EA; }
p { color: rgb(157,162,234); }
H1.HeaderClassName
{
color: #9DA2EA;
}
.AnyTagClassName
{
color: #9DA2EA;
}
</style>
background-color css
<style>
a { background-color: #9DA2EA; }
a { background-color: rgb(157,162,234); }
div.DivClassName
{
background-color: #9DA2EA;
}
.BgClassName
{
background-color: #9DA2EA;
}
</style>
border-color css
<style>
span { border-color: #9DA2EA; }
span { border-color: rgb(157,162,234); }
td.TdClassName
{
border-color: #9DA2EA;
}
.TagClassName
{
border-color: #9DA2EA;
}
</style>