Shades of Deep Sea #088764
Tints of Deep Sea #088764
RGB
CMYK
RGB Variations
Color information
#088764 (or 0x088764) is known color: Deep Sea. HEX triplet: 08, 87 and 64. RGB value is (8,135,100). Sum of RGB (Red+Green+Blue) = 8+135+100=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #088764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088764 is #F7789B. Grayscale: #5D5D5D. Windows color (decimal): -16218268 or 6588168. OLE color: 6588168.
HSL color Cylindrical-coordinate representation of color #088764: hue angle of 163.46º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088764 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 135 | 100 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.47 |
| HSL | 163.46º | 0.89% | 0.28% | - |
| HSV(B) | 163.46º | 0.94% | 0.53% | - |
| XYZ | 11.06 | 18.3 | 15.01 | - |
| YUV | 93.04 | 131.92 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 100 | 0.94 | 0 | 0.26 | 0.47 | 163.46 | 0.89 | 0.28 |
| Hex | 8 | 87 | 64 | 5E | 0 | 1A | 2F | A3 | 59 | 1C |
| Octal | 10 | 207 | 144 | 136 | 0 | 32 | 57 | 243 | 131 | 34 |
| Binary | 1000 | 10000111 | 1100100 | 1011110 | 0 | 11010 | 101111 | 10100011 | 1011001 | 11100 |
Color Harmonies of #088764
Complementary color
Monochromatic Colors of #088764
Black with #088764
Text Example
Text Example
White with #088764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088764; }
p { color: rgb(8,135,100); }
H1.HeaderClassName
{
color: #088764;
}
.AnyTagClassName
{
color: #088764;
}
</style>
background-color css
<style>
a { background-color: #088764; }
a { background-color: rgb(8,135,100); }
div.DivClassName
{
background-color: #088764;
}
.BgClassName
{
background-color: #088764;
}
</style>
border-color css
<style>
span { border-color: #088764; }
span { border-color: rgb(8,135,100); }
td.TdClassName
{
border-color: #088764;
}
.TagClassName
{
border-color: #088764;
}
</style>