Shades of Ziggurat #7FAFB4
Tints of Ziggurat #7FAFB4
RGB
CMYK
RGB Variations
Color information
#7FAFB4 (or 0x7FAFB4) is known color: Ziggurat. HEX triplet: 7F, AF and B4. RGB value is (127,175,180). Sum of RGB (Red+Green+Blue) = 127+175+180=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #7FAFB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFB4 is #80504B. Grayscale: #A1A1A1. Windows color (decimal): -8409164 or 11841407. OLE color: 11841407.
HSL color Cylindrical-coordinate representation of color #7FAFB4: hue angle of 185.66º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FAFB4 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 175 | 180 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.29 |
| HSL | 185.66º | 0.26% | 0.6% | - |
| HSV(B) | 185.66º | 0.29% | 0.71% | - |
| XYZ | 32.32 | 38.47 | 48.9 | - |
| YUV | 161.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 180 | 0.29 | 0.03 | 0 | 0.29 | 185.66 | 0.26 | 0.6 |
| Hex | 7F | AF | B4 | 1D | 3 | 0 | 1D | BA | 1A | 3C |
| Octal | 177 | 257 | 264 | 35 | 3 | 0 | 35 | 272 | 32 | 74 |
| Binary | 1111111 | 10101111 | 10110100 | 11101 | 11 | 0 | 11101 | 10111010 | 11010 | 111100 |
Color Harmonies of #7FAFB4
Complementary color
Monochromatic Colors of #7FAFB4
Black with #7FAFB4
Text Example
Text Example
White with #7FAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFB4; }
p { color: rgb(127,175,180); }
H1.HeaderClassName
{
color: #7FAFB4;
}
.AnyTagClassName
{
color: #7FAFB4;
}
</style>
background-color css
<style>
a { background-color: #7FAFB4; }
a { background-color: rgb(127,175,180); }
div.DivClassName
{
background-color: #7FAFB4;
}
.BgClassName
{
background-color: #7FAFB4;
}
</style>
border-color css
<style>
span { border-color: #7FAFB4; }
span { border-color: rgb(127,175,180); }
td.TdClassName
{
border-color: #7FAFB4;
}
.TagClassName
{
border-color: #7FAFB4;
}
</style>