Shades of Portage #95A0FF
Tints of Portage #95A0FF
RGB
CMYK
RGB Variations
Color information
#95A0FF (or 0x95A0FF) is known color: Portage. HEX triplet: 95, A0 and FF. RGB value is (149,160,255). Sum of RGB (Red+Green+Blue) = 149+160+255=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #95A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A0FF is #6A5F00. Grayscale: #A7A7A7. Windows color (decimal): -6971137 or 16752789. OLE color: 16752789.
HSL color Cylindrical-coordinate representation of color #95A0FF: hue angle of 233.77º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95A0FF is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 149 | 160 | 255 | - |
CMYK | 0.42 | 0.37 | 0 | 0 |
HSL | 233.77º | 1% | 0.79% | - |
HSV(B) | 233.77º | 0.42% | 1% | - |
XYZ | 43.02 | 38.75 | 99.82 | - |
YUV | 167.54 | 177.36 | 114.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 149 | 160 | 255 | 0.42 | 0.37 | 0 | 0 | 233.77 | 1 | 0.79 |
Hex | 95 | A0 | FF | 2A | 25 | 0 | 0 | EA | 64 | 4F |
Octal | 225 | 240 | 377 | 52 | 45 | 0 | 0 | 352 | 144 | 117 |
Binary | 10010101 | 10100000 | 11111111 | 101010 | 100101 | 0 | 0 | 11101010 | 1100100 | 1001111 |
Color Harmonies of #95A0FF
Complementary color
Monochromatic Colors of #95A0FF
Black with #95A0FF
Text Example
Text Example
White with #95A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A0FF; }
p { color: rgb(149,160,255); }
H1.HeaderClassName
{
color: #95A0FF;
}
.AnyTagClassName
{
color: #95A0FF;
}
</style>
background-color css
<style>
a { background-color: #95A0FF; }
a { background-color: rgb(149,160,255); }
div.DivClassName
{
background-color: #95A0FF;
}
.BgClassName
{
background-color: #95A0FF;
}
</style>
border-color css
<style>
span { border-color: #95A0FF; }
span { border-color: rgb(149,160,255); }
td.TdClassName
{
border-color: #95A0FF;
}
.TagClassName
{
border-color: #95A0FF;
}
</style>