Shades of Sherpa Blue #084D63
Tints of Sherpa Blue #084D63
RGB
CMYK
RGB Variations
Color information
#084D63 (or 0x084D63) is known color: Sherpa Blue. HEX triplet: 08, 4D and 63. RGB value is (8,77,99). Sum of RGB (Red+Green+Blue) = 8+77+99=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #084D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D63 is #F7B29C. Grayscale: #3A3A3A. Windows color (decimal): -16233117 or 6507784. OLE color: 6507784.
HSL color Cylindrical-coordinate representation of color #084D63: hue angle of 194.51º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084D63 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 77 | 99 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.61 |
| HSL | 194.51º | 0.85% | 0.21% | - |
| HSV(B) | 194.51º | 0.92% | 0.39% | - |
| XYZ | 5.01 | 6.26 | 12.75 | - |
| YUV | 58.88 | 150.64 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 99 | 0.92 | 0.22 | 0 | 0.61 | 194.51 | 0.85 | 0.21 |
| Hex | 8 | 4D | 63 | 5C | 16 | 0 | 3D | C3 | 55 | 15 |
| Octal | 10 | 115 | 143 | 134 | 26 | 0 | 75 | 303 | 125 | 25 |
| Binary | 1000 | 1001101 | 1100011 | 1011100 | 10110 | 0 | 111101 | 11000011 | 1010101 | 10101 |
Color Harmonies of #084D63
Complementary color
Monochromatic Colors of #084D63
Black with #084D63
Text Example
Text Example
White with #084D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D63; }
p { color: rgb(8,77,99); }
H1.HeaderClassName
{
color: #084D63;
}
.AnyTagClassName
{
color: #084D63;
}
</style>
background-color css
<style>
a { background-color: #084D63; }
a { background-color: rgb(8,77,99); }
div.DivClassName
{
background-color: #084D63;
}
.BgClassName
{
background-color: #084D63;
}
</style>
border-color css
<style>
span { border-color: #084D63; }
span { border-color: rgb(8,77,99); }
td.TdClassName
{
border-color: #084D63;
}
.TagClassName
{
border-color: #084D63;
}
</style>