Shades of Sherpa Blue #08484D
Tints of Sherpa Blue #08484D
RGB
CMYK
RGB Variations
Color information
#08484D (or 0x08484D) is known color: Sherpa Blue. HEX triplet: 08, 48 and 4D. RGB value is (8,72,77). Sum of RGB (Red+Green+Blue) = 8+72+77=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #08484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08484D is #F7B7B2. Grayscale: #353535. Windows color (decimal): -16234419 or 5064712. OLE color: 5064712.
HSL color Cylindrical-coordinate representation of color #08484D: hue angle of 184.35º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08484D is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 72 | 77 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.70 |
| HSL | 184.35º | 0.81% | 0.17% | - |
| HSV(B) | 184.35º | 0.9% | 0.3% | - |
| XYZ | 3.76 | 5.22 | 7.83 | - |
| YUV | 53.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 77 | 0.90 | 0.06 | 0 | 0.70 | 184.35 | 0.81 | 0.17 |
| Hex | 8 | 48 | 4D | 5A | 6 | 0 | 46 | B8 | 51 | 11 |
| Octal | 10 | 110 | 115 | 132 | 6 | 0 | 106 | 270 | 121 | 21 |
| Binary | 1000 | 1001000 | 1001101 | 1011010 | 110 | 0 | 1000110 | 10111000 | 1010001 | 10001 |
Color Harmonies of #08484D
Complementary color
Monochromatic Colors of #08484D
Black with #08484D
Text Example
Text Example
White with #08484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08484D; }
p { color: rgb(8,72,77); }
H1.HeaderClassName
{
color: #08484D;
}
.AnyTagClassName
{
color: #08484D;
}
</style>
background-color css
<style>
a { background-color: #08484D; }
a { background-color: rgb(8,72,77); }
div.DivClassName
{
background-color: #08484D;
}
.BgClassName
{
background-color: #08484D;
}
</style>
border-color css
<style>
span { border-color: #08484D; }
span { border-color: rgb(8,72,77); }
td.TdClassName
{
border-color: #08484D;
}
.TagClassName
{
border-color: #08484D;
}
</style>