Shades of Sherpa Blue #084854
Tints of Sherpa Blue #084854
RGB
CMYK
RGB Variations
Color information
#084854 (or 0x084854) is known color: Sherpa Blue. HEX triplet: 08, 48 and 54. RGB value is (8,72,84). Sum of RGB (Red+Green+Blue) = 8+72+84=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #084854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084854 is #F7B7AB. Grayscale: #363636. Windows color (decimal): -16234412 or 5523464. OLE color: 5523464.
HSL color Cylindrical-coordinate representation of color #084854: hue angle of 189.47º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084854 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 72 | 84 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.67 |
| HSL | 189.47º | 0.83% | 0.18% | - |
| HSV(B) | 189.47º | 0.9% | 0.33% | - |
| XYZ | 4.02 | 5.33 | 9.2 | - |
| YUV | 54.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 84 | 0.90 | 0.14 | 0 | 0.67 | 189.47 | 0.83 | 0.18 |
| Hex | 8 | 48 | 54 | 5A | E | 0 | 43 | BD | 53 | 12 |
| Octal | 10 | 110 | 124 | 132 | 16 | 0 | 103 | 275 | 123 | 22 |
| Binary | 1000 | 1001000 | 1010100 | 1011010 | 1110 | 0 | 1000011 | 10111101 | 1010011 | 10010 |
Color Harmonies of #084854
Complementary color
Monochromatic Colors of #084854
Black with #084854
Text Example
Text Example
White with #084854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084854; }
p { color: rgb(8,72,84); }
H1.HeaderClassName
{
color: #084854;
}
.AnyTagClassName
{
color: #084854;
}
</style>
background-color css
<style>
a { background-color: #084854; }
a { background-color: rgb(8,72,84); }
div.DivClassName
{
background-color: #084854;
}
.BgClassName
{
background-color: #084854;
}
</style>
border-color css
<style>
span { border-color: #084854; }
span { border-color: rgb(8,72,84); }
td.TdClassName
{
border-color: #084854;
}
.TagClassName
{
border-color: #084854;
}
</style>