Shades of Maya Blue #7BABFF
Tints of Maya Blue #7BABFF
RGB
CMYK
RGB Variations
Color information
#7BABFF (or 0x7BABFF) is known color: Maya Blue. HEX triplet: 7B, AB and FF. RGB value is (123,171,255). Sum of RGB (Red+Green+Blue) = 123+171+255=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BABFF is #845400. Grayscale: #A5A5A5. Windows color (decimal): -8672257 or 16755579. OLE color: 16755579.
HSL color Cylindrical-coordinate representation of color #7BABFF: hue angle of 218.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BABFF is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 171 | 255 | - |
| CMYK | 0.52 | 0.33 | 0 | 0 |
| HSL | 218.18º | 1% | 0.74% | - |
| HSV(B) | 218.18º | 0.52% | 1% | - |
| XYZ | 40.78 | 40.56 | 100.29 | - |
| YUV | 166.22 | 178.1 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 255 | 0.52 | 0.33 | 0 | 0 | 218.18 | 1 | 0.74 |
| Hex | 7B | AB | FF | 34 | 21 | 0 | 0 | DA | 64 | 4A |
| Octal | 173 | 253 | 377 | 64 | 41 | 0 | 0 | 332 | 144 | 112 |
| Binary | 1111011 | 10101011 | 11111111 | 110100 | 100001 | 0 | 0 | 11011010 | 1100100 | 1001010 |
Color Harmonies of #7BABFF
Complementary color
Monochromatic Colors of #7BABFF
Black with #7BABFF
Text Example
Text Example
White with #7BABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABFF; }
p { color: rgb(123,171,255); }
H1.HeaderClassName
{
color: #7BABFF;
}
.AnyTagClassName
{
color: #7BABFF;
}
</style>
background-color css
<style>
a { background-color: #7BABFF; }
a { background-color: rgb(123,171,255); }
div.DivClassName
{
background-color: #7BABFF;
}
.BgClassName
{
background-color: #7BABFF;
}
</style>
border-color css
<style>
span { border-color: #7BABFF; }
span { border-color: rgb(123,171,255); }
td.TdClassName
{
border-color: #7BABFF;
}
.TagClassName
{
border-color: #7BABFF;
}
</style>