Shades of Ziggurat #7B9FA4
Tints of Ziggurat #7B9FA4
RGB
CMYK
RGB Variations
Color information
#7B9FA4 (or 0x7B9FA4) is known color: Ziggurat. HEX triplet: 7B, 9F and A4. RGB value is (123,159,164). Sum of RGB (Red+Green+Blue) = 123+159+164=446 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.58% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B9FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9FA4 is #84605B. Grayscale: #949494. Windows color (decimal): -8675420 or 10788731. OLE color: 10788731.
HSL color Cylindrical-coordinate representation of color #7B9FA4: hue angle of 187.32º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B9FA4 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 159 | 164 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.36 |
| HSL | 187.32º | 0.18% | 0.56% | - |
| HSV(B) | 187.32º | 0.25% | 0.64% | - |
| XYZ | 27.27 | 31.69 | 39.8 | - |
| YUV | 148.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 159 | 164 | 0.25 | 0.03 | 0 | 0.36 | 187.32 | 0.18 | 0.56 |
| Hex | 7B | 9F | A4 | 19 | 3 | 0 | 24 | BB | 12 | 38 |
| Octal | 173 | 237 | 244 | 31 | 3 | 0 | 44 | 273 | 22 | 70 |
| Binary | 1111011 | 10011111 | 10100100 | 11001 | 11 | 0 | 100100 | 10111011 | 10010 | 111000 |
Color Harmonies of #7B9FA4
Complementary color
Monochromatic Colors of #7B9FA4
Black with #7B9FA4
Text Example
Text Example
White with #7B9FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9FA4; }
p { color: rgb(123,159,164); }
H1.HeaderClassName
{
color: #7B9FA4;
}
.AnyTagClassName
{
color: #7B9FA4;
}
</style>
background-color css
<style>
a { background-color: #7B9FA4; }
a { background-color: rgb(123,159,164); }
div.DivClassName
{
background-color: #7B9FA4;
}
.BgClassName
{
background-color: #7B9FA4;
}
</style>
border-color css
<style>
span { border-color: #7B9FA4; }
span { border-color: rgb(123,159,164); }
td.TdClassName
{
border-color: #7B9FA4;
}
.TagClassName
{
border-color: #7B9FA4;
}
</style>