Shades of Portage #919BED
Tints of Portage #919BED
RGB
CMYK
RGB Variations
Color information
#919BED (or 0x919BED) is known color: Portage. HEX triplet: 91, 9B and ED. RGB value is (145,155,237). Sum of RGB (Red+Green+Blue) = 145+155+237=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #919BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919BED is #6E6412. Grayscale: #A1A1A1. Windows color (decimal): -7234579 or 15571857. OLE color: 15571857.
HSL color Cylindrical-coordinate representation of color #919BED: hue angle of 233.48º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #919BED is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 155 | 237 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.07 |
| HSL | 233.48º | 0.72% | 0.75% | - |
| HSV(B) | 233.48º | 0.39% | 0.93% | - |
| XYZ | 38.68 | 35.58 | 84.95 | - |
| YUV | 161.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 237 | 0.39 | 0.35 | 0 | 0.07 | 233.48 | 0.72 | 0.75 |
| Hex | 91 | 9B | ED | 27 | 23 | 0 | 7 | E9 | 48 | 4B |
| Octal | 221 | 233 | 355 | 47 | 43 | 0 | 7 | 351 | 110 | 113 |
| Binary | 10010001 | 10011011 | 11101101 | 100111 | 100011 | 0 | 111 | 11101001 | 1001000 | 1001011 |
Color Harmonies of #919BED
Complementary color
Monochromatic Colors of #919BED
Black with #919BED
Text Example
Text Example
White with #919BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BED; }
p { color: rgb(145,155,237); }
H1.HeaderClassName
{
color: #919BED;
}
.AnyTagClassName
{
color: #919BED;
}
</style>
background-color css
<style>
a { background-color: #919BED; }
a { background-color: rgb(145,155,237); }
div.DivClassName
{
background-color: #919BED;
}
.BgClassName
{
background-color: #919BED;
}
</style>
border-color css
<style>
span { border-color: #919BED; }
span { border-color: rgb(145,155,237); }
td.TdClassName
{
border-color: #919BED;
}
.TagClassName
{
border-color: #919BED;
}
</style>