Shades of Sherpa Blue #084150
Tints of Sherpa Blue #084150
RGB
CMYK
RGB Variations
Color information
#084150 (or 0x084150) is known color: Sherpa Blue. HEX triplet: 08, 41 and 50. RGB value is (8,65,80). Sum of RGB (Red+Green+Blue) = 8+65+80=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #084150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084150 is #F7BEAF. Grayscale: #313131. Windows color (decimal): -16236208 or 5259528. OLE color: 5259528.
HSL color Cylindrical-coordinate representation of color #084150: hue angle of 192.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084150 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 65 | 80 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.69 |
| HSL | 192.5º | 0.82% | 0.17% | - |
| HSV(B) | 192.5º | 0.9% | 0.31% | - |
| XYZ | 3.44 | 4.41 | 8.26 | - |
| YUV | 49.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 80 | 0.90 | 0.19 | 0 | 0.69 | 192.5 | 0.82 | 0.17 |
| Hex | 8 | 41 | 50 | 5A | 13 | 0 | 45 | C0 | 52 | 11 |
| Octal | 10 | 101 | 120 | 132 | 23 | 0 | 105 | 300 | 122 | 21 |
| Binary | 1000 | 1000001 | 1010000 | 1011010 | 10011 | 0 | 1000101 | 11000000 | 1010010 | 10001 |
Color Harmonies of #084150
Complementary color
Monochromatic Colors of #084150
Black with #084150
Text Example
Text Example
White with #084150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084150; }
p { color: rgb(8,65,80); }
H1.HeaderClassName
{
color: #084150;
}
.AnyTagClassName
{
color: #084150;
}
</style>
background-color css
<style>
a { background-color: #084150; }
a { background-color: rgb(8,65,80); }
div.DivClassName
{
background-color: #084150;
}
.BgClassName
{
background-color: #084150;
}
</style>
border-color css
<style>
span { border-color: #084150; }
span { border-color: rgb(8,65,80); }
td.TdClassName
{
border-color: #084150;
}
.TagClassName
{
border-color: #084150;
}
</style>