Shades of Allports #09658C
Tints of Allports #09658C
RGB
CMYK
RGB Variations
Color information
#09658C (or 0x09658C) is known color: Allports. HEX triplet: 09, 65 and 8C. RGB value is (9,101,140). Sum of RGB (Red+Green+Blue) = 9+101+140=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #09658C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09658C is #F69A73. Grayscale: #4D4D4D. Windows color (decimal): -16161396 or 9200905. OLE color: 9200905.
HSL color Cylindrical-coordinate representation of color #09658C: hue angle of 197.86º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09658C is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 101 | 140 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.45 |
| HSL | 197.86º | 0.88% | 0.29% | - |
| HSV(B) | 197.86º | 0.94% | 0.55% | - |
| XYZ | 9.5 | 11.26 | 26.48 | - |
| YUV | 77.94 | 163.02 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 140 | 0.94 | 0.28 | 0 | 0.45 | 197.86 | 0.88 | 0.29 |
| Hex | 9 | 65 | 8C | 5E | 1C | 0 | 2D | C6 | 58 | 1D |
| Octal | 11 | 145 | 214 | 136 | 34 | 0 | 55 | 306 | 130 | 35 |
| Binary | 1001 | 1100101 | 10001100 | 1011110 | 11100 | 0 | 101101 | 11000110 | 1011000 | 11101 |
Color Harmonies of #09658C
Complementary color
Monochromatic Colors of #09658C
Black with #09658C
Text Example
Text Example
White with #09658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09658C; }
p { color: rgb(9,101,140); }
H1.HeaderClassName
{
color: #09658C;
}
.AnyTagClassName
{
color: #09658C;
}
</style>
background-color css
<style>
a { background-color: #09658C; }
a { background-color: rgb(9,101,140); }
div.DivClassName
{
background-color: #09658C;
}
.BgClassName
{
background-color: #09658C;
}
</style>
border-color css
<style>
span { border-color: #09658C; }
span { border-color: rgb(9,101,140); }
td.TdClassName
{
border-color: #09658C;
}
.TagClassName
{
border-color: #09658C;
}
</style>