Shades of Portage #95A2F2
Tints of Portage #95A2F2
RGB
CMYK
RGB Variations
Color information
#95A2F2 (or 0x95A2F2) is known color: Portage. HEX triplet: 95, A2 and F2. RGB value is (149,162,242). Sum of RGB (Red+Green+Blue) = 149+162+242=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #95A2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A2F2 is #6A5D0D. Grayscale: #A6A6A6. Windows color (decimal): -6970638 or 15901333. OLE color: 15901333.
HSL color Cylindrical-coordinate representation of color #95A2F2: hue angle of 231.61º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95A2F2 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 162 | 242 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.05 |
| HSL | 231.61º | 0.78% | 0.77% | - |
| HSV(B) | 231.61º | 0.38% | 0.95% | - |
| XYZ | 41.34 | 38.64 | 89.28 | - |
| YUV | 167.23 | 170.19 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 162 | 242 | 0.38 | 0.33 | 0 | 0.05 | 231.61 | 0.78 | 0.77 |
| Hex | 95 | A2 | F2 | 26 | 21 | 0 | 5 | E8 | 4E | 4D |
| Octal | 225 | 242 | 362 | 46 | 41 | 0 | 5 | 350 | 116 | 115 |
| Binary | 10010101 | 10100010 | 11110010 | 100110 | 100001 | 0 | 101 | 11101000 | 1001110 | 1001101 |
Color Harmonies of #95A2F2
Complementary color
Monochromatic Colors of #95A2F2
Black with #95A2F2
Text Example
Text Example
White with #95A2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A2F2; }
p { color: rgb(149,162,242); }
H1.HeaderClassName
{
color: #95A2F2;
}
.AnyTagClassName
{
color: #95A2F2;
}
</style>
background-color css
<style>
a { background-color: #95A2F2; }
a { background-color: rgb(149,162,242); }
div.DivClassName
{
background-color: #95A2F2;
}
.BgClassName
{
background-color: #95A2F2;
}
</style>
border-color css
<style>
span { border-color: #95A2F2; }
span { border-color: rgb(149,162,242); }
td.TdClassName
{
border-color: #95A2F2;
}
.TagClassName
{
border-color: #95A2F2;
}
</style>