Shades of Allports #27717E
Tints of Allports #27717E
RGB
CMYK
RGB Variations
Color information
#27717E (or 0x27717E) is known color: Allports. HEX triplet: 27, 71 and 7E. RGB value is (39,113,126). Sum of RGB (Red+Green+Blue) = 39+113+126=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #27717E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27717E is #D88E81. Grayscale: #5C5C5C. Windows color (decimal): -14192258 or 8286503. OLE color: 8286503.
HSL color Cylindrical-coordinate representation of color #27717E: hue angle of 188.97º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27717E is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 113 | 126 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.51 |
| HSL | 188.97º | 0.53% | 0.32% | - |
| HSV(B) | 188.97º | 0.69% | 0.49% | - |
| XYZ | 10.51 | 13.75 | 21.84 | - |
| YUV | 92.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 113 | 126 | 0.69 | 0.10 | 0 | 0.51 | 188.97 | 0.53 | 0.32 |
| Hex | 27 | 71 | 7E | 45 | A | 0 | 33 | BD | 35 | 20 |
| Octal | 47 | 161 | 176 | 105 | 12 | 0 | 63 | 275 | 65 | 40 |
| Binary | 100111 | 1110001 | 1111110 | 1000101 | 1010 | 0 | 110011 | 10111101 | 110101 | 100000 |
Color Harmonies of #27717E
Complementary color
Monochromatic Colors of #27717E
Black with #27717E
Text Example
Text Example
White with #27717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27717E; }
p { color: rgb(39,113,126); }
H1.HeaderClassName
{
color: #27717E;
}
.AnyTagClassName
{
color: #27717E;
}
</style>
background-color css
<style>
a { background-color: #27717E; }
a { background-color: rgb(39,113,126); }
div.DivClassName
{
background-color: #27717E;
}
.BgClassName
{
background-color: #27717E;
}
</style>
border-color css
<style>
span { border-color: #27717E; }
span { border-color: rgb(39,113,126); }
td.TdClassName
{
border-color: #27717E;
}
.TagClassName
{
border-color: #27717E;
}
</style>