Shades of Scooter #27879A
Tints of Scooter #27879A
RGB
CMYK
RGB Variations
Color information
#27879A (or 0x27879A) is known color: Scooter. HEX triplet: 27, 87 and 9A. RGB value is (39,135,154). Sum of RGB (Red+Green+Blue) = 39+135+154=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #27879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27879A is #D87865. Grayscale: #6C6C6C. Windows color (decimal): -14186598 or 10127143. OLE color: 10127143.
HSL color Cylindrical-coordinate representation of color #27879A: hue angle of 189.91º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27879A is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 135 | 154 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.40 |
| HSL | 189.91º | 0.6% | 0.38% | - |
| HSV(B) | 189.91º | 0.75% | 0.6% | - |
| XYZ | 15.33 | 20.09 | 33.64 | - |
| YUV | 108.46 | 153.7 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 135 | 154 | 0.75 | 0.12 | 0 | 0.40 | 189.91 | 0.6 | 0.38 |
| Hex | 27 | 87 | 9A | 4B | C | 0 | 28 | BE | 3C | 26 |
| Octal | 47 | 207 | 232 | 113 | 14 | 0 | 50 | 276 | 74 | 46 |
| Binary | 100111 | 10000111 | 10011010 | 1001011 | 1100 | 0 | 101000 | 10111110 | 111100 | 100110 |
Color Harmonies of #27879A
Complementary color
Monochromatic Colors of #27879A
Black with #27879A
Text Example
Text Example
White with #27879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27879A; }
p { color: rgb(39,135,154); }
H1.HeaderClassName
{
color: #27879A;
}
.AnyTagClassName
{
color: #27879A;
}
</style>
background-color css
<style>
a { background-color: #27879A; }
a { background-color: rgb(39,135,154); }
div.DivClassName
{
background-color: #27879A;
}
.BgClassName
{
background-color: #27879A;
}
</style>
border-color css
<style>
span { border-color: #27879A; }
span { border-color: rgb(39,135,154); }
td.TdClassName
{
border-color: #27879A;
}
.TagClassName
{
border-color: #27879A;
}
</style>