Shades of Blue Lagoon #09627E
Tints of Blue Lagoon #09627E
RGB
CMYK
RGB Variations
Color information
#09627E (or 0x09627E) is known color: Blue Lagoon. HEX triplet: 09, 62 and 7E. RGB value is (9,98,126). Sum of RGB (Red+Green+Blue) = 9+98+126=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 126 (49.61% from 255 or 54.08% from 233); Max value from RGB is 126 - color contains mainly: blue. Hex color #09627E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09627E is #F69D81. Grayscale: #4A4A4A. Windows color (decimal): -16162178 or 8282633. OLE color: 8282633.
HSL color Cylindrical-coordinate representation of color #09627E: hue angle of 194.36º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09627E is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 98 | 126 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.51 |
| HSL | 194.36º | 0.87% | 0.26% | - |
| HSV(B) | 194.36º | 0.93% | 0.49% | - |
| XYZ | 8.25 | 10.3 | 21.29 | - |
| YUV | 74.58 | 157.01 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 126 | 0.93 | 0.22 | 0 | 0.51 | 194.36 | 0.87 | 0.26 |
| Hex | 9 | 62 | 7E | 5D | 16 | 0 | 33 | C2 | 57 | 1A |
| Octal | 11 | 142 | 176 | 135 | 26 | 0 | 63 | 302 | 127 | 32 |
| Binary | 1001 | 1100010 | 1111110 | 1011101 | 10110 | 0 | 110011 | 11000010 | 1010111 | 11010 |
Color Harmonies of #09627E
Complementary color
Monochromatic Colors of #09627E
Black with #09627E
Text Example
Text Example
White with #09627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09627E; }
p { color: rgb(9,98,126); }
H1.HeaderClassName
{
color: #09627E;
}
.AnyTagClassName
{
color: #09627E;
}
</style>
background-color css
<style>
a { background-color: #09627E; }
a { background-color: rgb(9,98,126); }
div.DivClassName
{
background-color: #09627E;
}
.BgClassName
{
background-color: #09627E;
}
</style>
border-color css
<style>
span { border-color: #09627E; }
span { border-color: rgb(9,98,126); }
td.TdClassName
{
border-color: #09627E;
}
.TagClassName
{
border-color: #09627E;
}
</style>