Shades of Allports #09608F
Tints of Allports #09608F
RGB
CMYK
RGB Variations
Color information
#09608F (or 0x09608F) is known color: Allports. HEX triplet: 09, 60 and 8F. RGB value is (9,96,143). Sum of RGB (Red+Green+Blue) = 9+96+143=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #09608F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09608F is #F69F70. Grayscale: #4B4B4B. Windows color (decimal): -16162673 or 9396233. OLE color: 9396233.
HSL color Cylindrical-coordinate representation of color #09608F: hue angle of 201.04º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09608F is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 96 | 143 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.44 |
| HSL | 201.04º | 0.88% | 0.3% | - |
| HSV(B) | 201.04º | 0.94% | 0.56% | - |
| XYZ | 9.25 | 10.41 | 27.51 | - |
| YUV | 75.35 | 166.18 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 143 | 0.94 | 0.33 | 0 | 0.44 | 201.04 | 0.88 | 0.3 |
| Hex | 9 | 60 | 8F | 5E | 21 | 0 | 2C | C9 | 58 | 1E |
| Octal | 11 | 140 | 217 | 136 | 41 | 0 | 54 | 311 | 130 | 36 |
| Binary | 1001 | 1100000 | 10001111 | 1011110 | 100001 | 0 | 101100 | 11001001 | 1011000 | 11110 |
Color Harmonies of #09608F
Complementary color
Monochromatic Colors of #09608F
Black with #09608F
Text Example
Text Example
White with #09608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09608F; }
p { color: rgb(9,96,143); }
H1.HeaderClassName
{
color: #09608F;
}
.AnyTagClassName
{
color: #09608F;
}
</style>
background-color css
<style>
a { background-color: #09608F; }
a { background-color: rgb(9,96,143); }
div.DivClassName
{
background-color: #09608F;
}
.BgClassName
{
background-color: #09608F;
}
</style>
border-color css
<style>
span { border-color: #09608F; }
span { border-color: rgb(9,96,143); }
td.TdClassName
{
border-color: #09608F;
}
.TagClassName
{
border-color: #09608F;
}
</style>