Shades of Portage #919ACD
Tints of Portage #919ACD
RGB
CMYK
RGB Variations
Color information
#919ACD (or 0x919ACD) is known color: Portage. HEX triplet: 91, 9A and CD. RGB value is (145,154,205). Sum of RGB (Red+Green+Blue) = 145+154+205=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #919ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ACD is #6E6532. Grayscale: #9C9C9C. Windows color (decimal): -7234867 or 13474449. OLE color: 13474449.
HSL color Cylindrical-coordinate representation of color #919ACD: hue angle of 231º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919ACD is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 154 | 205 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.20 |
| HSL | 231º | 0.38% | 0.69% | - |
| HSV(B) | 231º | 0.29% | 0.8% | - |
| XYZ | 34.25 | 33.54 | 62.43 | - |
| YUV | 157.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 205 | 0.29 | 0.25 | 0 | 0.20 | 231 | 0.38 | 0.69 |
| Hex | 91 | 9A | CD | 1D | 19 | 0 | 14 | E7 | 26 | 45 |
| Octal | 221 | 232 | 315 | 35 | 31 | 0 | 24 | 347 | 46 | 105 |
| Binary | 10010001 | 10011010 | 11001101 | 11101 | 11001 | 0 | 10100 | 11100111 | 100110 | 1000101 |
Color Harmonies of #919ACD
Complementary color
Monochromatic Colors of #919ACD
Black with #919ACD
Text Example
Text Example
White with #919ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919ACD; }
p { color: rgb(145,154,205); }
H1.HeaderClassName
{
color: #919ACD;
}
.AnyTagClassName
{
color: #919ACD;
}
</style>
background-color css
<style>
a { background-color: #919ACD; }
a { background-color: rgb(145,154,205); }
div.DivClassName
{
background-color: #919ACD;
}
.BgClassName
{
background-color: #919ACD;
}
</style>
border-color css
<style>
span { border-color: #919ACD; }
span { border-color: rgb(145,154,205); }
td.TdClassName
{
border-color: #919ACD;
}
.TagClassName
{
border-color: #919ACD;
}
</style>