Shades of Scooter #27869C
Tints of Scooter #27869C
RGB
CMYK
RGB Variations
Color information
#27869C (or 0x27869C) is known color: Scooter. HEX triplet: 27, 86 and 9C. RGB value is (39,134,156). Sum of RGB (Red+Green+Blue) = 39+134+156=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #27869C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27869C is #D87963. Grayscale: #6B6B6B. Windows color (decimal): -14186852 or 10257959. OLE color: 10257959.
HSL color Cylindrical-coordinate representation of color #27869C: hue angle of 191.28º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27869C is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 134 | 156 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.39 |
| HSL | 191.28º | 0.6% | 0.38% | - |
| HSV(B) | 191.28º | 0.75% | 0.61% | - |
| XYZ | 15.36 | 19.88 | 34.48 | - |
| YUV | 108.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 134 | 156 | 0.75 | 0.14 | 0 | 0.39 | 191.28 | 0.6 | 0.38 |
| Hex | 27 | 86 | 9C | 4B | E | 0 | 27 | BF | 3C | 26 |
| Octal | 47 | 206 | 234 | 113 | 16 | 0 | 47 | 277 | 74 | 46 |
| Binary | 100111 | 10000110 | 10011100 | 1001011 | 1110 | 0 | 100111 | 10111111 | 111100 | 100110 |
Color Harmonies of #27869C
Complementary color
Monochromatic Colors of #27869C
Black with #27869C
Text Example
Text Example
White with #27869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27869C; }
p { color: rgb(39,134,156); }
H1.HeaderClassName
{
color: #27869C;
}
.AnyTagClassName
{
color: #27869C;
}
</style>
background-color css
<style>
a { background-color: #27869C; }
a { background-color: rgb(39,134,156); }
div.DivClassName
{
background-color: #27869C;
}
.BgClassName
{
background-color: #27869C;
}
</style>
border-color css
<style>
span { border-color: #27869C; }
span { border-color: rgb(39,134,156); }
td.TdClassName
{
border-color: #27869C;
}
.TagClassName
{
border-color: #27869C;
}
</style>