Shades of Blue Lagoon #08647F
Tints of Blue Lagoon #08647F
RGB
CMYK
RGB Variations
Color information
#08647F (or 0x08647F) is known color: Blue Lagoon. HEX triplet: 08, 64 and 7F. RGB value is (8,100,127). Sum of RGB (Red+Green+Blue) = 8+100+127=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #08647F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08647F is #F79B80. Grayscale: #4B4B4B. Windows color (decimal): -16227201 or 8348680. OLE color: 8348680.
HSL color Cylindrical-coordinate representation of color #08647F: hue angle of 193.61º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08647F is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 100 | 127 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.50 |
| HSL | 193.61º | 0.88% | 0.26% | - |
| HSV(B) | 193.61º | 0.94% | 0.5% | - |
| XYZ | 8.49 | 10.7 | 21.7 | - |
| YUV | 75.57 | 157.02 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 127 | 0.94 | 0.21 | 0 | 0.50 | 193.61 | 0.88 | 0.26 |
| Hex | 8 | 64 | 7F | 5E | 15 | 0 | 32 | C2 | 58 | 1A |
| Octal | 10 | 144 | 177 | 136 | 25 | 0 | 62 | 302 | 130 | 32 |
| Binary | 1000 | 1100100 | 1111111 | 1011110 | 10101 | 0 | 110010 | 11000010 | 1011000 | 11010 |
Color Harmonies of #08647F
Complementary color
Monochromatic Colors of #08647F
Black with #08647F
Text Example
Text Example
White with #08647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08647F; }
p { color: rgb(8,100,127); }
H1.HeaderClassName
{
color: #08647F;
}
.AnyTagClassName
{
color: #08647F;
}
</style>
background-color css
<style>
a { background-color: #08647F; }
a { background-color: rgb(8,100,127); }
div.DivClassName
{
background-color: #08647F;
}
.BgClassName
{
background-color: #08647F;
}
</style>
border-color css
<style>
span { border-color: #08647F; }
span { border-color: rgb(8,100,127); }
td.TdClassName
{
border-color: #08647F;
}
.TagClassName
{
border-color: #08647F;
}
</style>