Shades of Allports #09678A
Tints of Allports #09678A
RGB
CMYK
RGB Variations
Color information
#09678A (or 0x09678A) is known color: Allports. HEX triplet: 09, 67 and 8A. RGB value is (9,103,138). Sum of RGB (Red+Green+Blue) = 9+103+138=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #09678A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09678A is #F69875. Grayscale: #4E4E4E. Windows color (decimal): -16160886 or 9070345. OLE color: 9070345.
HSL color Cylindrical-coordinate representation of color #09678A: hue angle of 196.28º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09678A is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 103 | 138 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.46 |
| HSL | 196.28º | 0.88% | 0.29% | - |
| HSV(B) | 196.28º | 0.93% | 0.54% | - |
| XYZ | 9.55 | 11.59 | 25.78 | - |
| YUV | 78.88 | 161.36 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 138 | 0.93 | 0.25 | 0 | 0.46 | 196.28 | 0.88 | 0.29 |
| Hex | 9 | 67 | 8A | 5D | 19 | 0 | 2E | C4 | 58 | 1D |
| Octal | 11 | 147 | 212 | 135 | 31 | 0 | 56 | 304 | 130 | 35 |
| Binary | 1001 | 1100111 | 10001010 | 1011101 | 11001 | 0 | 101110 | 11000100 | 1011000 | 11101 |
Color Harmonies of #09678A
Complementary color
Monochromatic Colors of #09678A
Black with #09678A
Text Example
Text Example
White with #09678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09678A; }
p { color: rgb(9,103,138); }
H1.HeaderClassName
{
color: #09678A;
}
.AnyTagClassName
{
color: #09678A;
}
</style>
background-color css
<style>
a { background-color: #09678A; }
a { background-color: rgb(9,103,138); }
div.DivClassName
{
background-color: #09678A;
}
.BgClassName
{
background-color: #09678A;
}
</style>
border-color css
<style>
span { border-color: #09678A; }
span { border-color: rgb(9,103,138); }
td.TdClassName
{
border-color: #09678A;
}
.TagClassName
{
border-color: #09678A;
}
</style>