Shades of Deep Sea #098763
Tints of Deep Sea #098763
RGB
CMYK
RGB Variations
Color information
#098763 (or 0x098763) is known color: Deep Sea. HEX triplet: 09, 87 and 63. RGB value is (9,135,99). Sum of RGB (Red+Green+Blue) = 9+135+99=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #098763 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098763 is #F6789C. Grayscale: #5D5D5D. Windows color (decimal): -16152733 or 6522633. OLE color: 6522633.
HSL color Cylindrical-coordinate representation of color #098763: hue angle of 162.86º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098763 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 99 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.47 |
| HSL | 162.86º | 0.88% | 0.28% | - |
| HSV(B) | 162.86º | 0.93% | 0.53% | - |
| XYZ | 11.03 | 18.29 | 14.75 | - |
| YUV | 93.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 99 | 0.93 | 0 | 0.27 | 0.47 | 162.86 | 0.88 | 0.28 |
| Hex | 9 | 87 | 63 | 5D | 0 | 1B | 2F | A3 | 58 | 1C |
| Octal | 11 | 207 | 143 | 135 | 0 | 33 | 57 | 243 | 130 | 34 |
| Binary | 1001 | 10000111 | 1100011 | 1011101 | 0 | 11011 | 101111 | 10100011 | 1011000 | 11100 |
Color Harmonies of #098763
Complementary color
Monochromatic Colors of #098763
Black with #098763
Text Example
Text Example
White with #098763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098763; }
p { color: rgb(9,135,99); }
H1.HeaderClassName
{
color: #098763;
}
.AnyTagClassName
{
color: #098763;
}
</style>
background-color css
<style>
a { background-color: #098763; }
a { background-color: rgb(9,135,99); }
div.DivClassName
{
background-color: #098763;
}
.BgClassName
{
background-color: #098763;
}
</style>
border-color css
<style>
span { border-color: #098763; }
span { border-color: rgb(9,135,99); }
td.TdClassName
{
border-color: #098763;
}
.TagClassName
{
border-color: #098763;
}
</style>