Shades of Portage #919BCE
Tints of Portage #919BCE
RGB
CMYK
RGB Variations
Color information
#919BCE (or 0x919BCE) is known color: Portage. HEX triplet: 91, 9B and CE. RGB value is (145,155,206). Sum of RGB (Red+Green+Blue) = 145+155+206=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #919BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BCE is #6E6431. Grayscale: #9D9D9D. Windows color (decimal): -7234610 or 13540241. OLE color: 13540241.
HSL color Cylindrical-coordinate representation of color #919BCE: hue angle of 230.16º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919BCE is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 155 | 206 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.19 |
| HSL | 230.16º | 0.38% | 0.69% | - |
| HSV(B) | 230.16º | 0.3% | 0.81% | - |
| XYZ | 34.54 | 33.92 | 63.12 | - |
| YUV | 157.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 206 | 0.30 | 0.25 | 0 | 0.19 | 230.16 | 0.38 | 0.69 |
| Hex | 91 | 9B | CE | 1E | 19 | 0 | 13 | E6 | 26 | 45 |
| Octal | 221 | 233 | 316 | 36 | 31 | 0 | 23 | 346 | 46 | 105 |
| Binary | 10010001 | 10011011 | 11001110 | 11110 | 11001 | 0 | 10011 | 11100110 | 100110 | 1000101 |
Color Harmonies of #919BCE
Complementary color
Monochromatic Colors of #919BCE
Black with #919BCE
Text Example
Text Example
White with #919BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BCE; }
p { color: rgb(145,155,206); }
H1.HeaderClassName
{
color: #919BCE;
}
.AnyTagClassName
{
color: #919BCE;
}
</style>
background-color css
<style>
a { background-color: #919BCE; }
a { background-color: rgb(145,155,206); }
div.DivClassName
{
background-color: #919BCE;
}
.BgClassName
{
background-color: #919BCE;
}
</style>
border-color css
<style>
span { border-color: #919BCE; }
span { border-color: rgb(145,155,206); }
td.TdClassName
{
border-color: #919BCE;
}
.TagClassName
{
border-color: #919BCE;
}
</style>