Shades of Skeptic #91B7A8
Tints of Skeptic #91B7A8
RGB
CMYK
RGB Variations
Color information
#91B7A8 (or 0x91B7A8) is known color: Skeptic. HEX triplet: 91, B7 and A8. RGB value is (145,183,168). Sum of RGB (Red+Green+Blue) = 145+183+168=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #91B7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B7A8 is #6E4857. Grayscale: #A9A9A9. Windows color (decimal): -7227480 or 11057041. OLE color: 11057041.
HSL color Cylindrical-coordinate representation of color #91B7A8: hue angle of 156.32º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91B7A8 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
RGB | 145 | 183 | 168 | - |
CMYK | 0.21 | 0 | 0.08 | 0.28 |
HSL | 156.32º | 0.21% | 0.64% | - |
HSV(B) | 156.32º | 0.21% | 0.72% | - |
XYZ | 35.68 | 42.71 | 43.41 | - |
YUV | 169.93 | 126.91 | 110.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 145 | 183 | 168 | 0.21 | 0 | 0.08 | 0.28 | 156.32 | 0.21 | 0.64 |
Hex | 91 | B7 | A8 | 15 | 0 | 8 | 1C | 9C | 15 | 40 |
Octal | 221 | 267 | 250 | 25 | 0 | 10 | 34 | 234 | 25 | 100 |
Binary | 10010001 | 10110111 | 10101000 | 10101 | 0 | 1000 | 11100 | 10011100 | 10101 | 1000000 |
Color Harmonies of #91B7A8
Complementary color
Monochromatic Colors of #91B7A8
Black with #91B7A8
Text Example
Text Example
White with #91B7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B7A8; }
p { color: rgb(145,183,168); }
H1.HeaderClassName
{
color: #91B7A8;
}
.AnyTagClassName
{
color: #91B7A8;
}
</style>
background-color css
<style>
a { background-color: #91B7A8; }
a { background-color: rgb(145,183,168); }
div.DivClassName
{
background-color: #91B7A8;
}
.BgClassName
{
background-color: #91B7A8;
}
</style>
border-color css
<style>
span { border-color: #91B7A8; }
span { border-color: rgb(145,183,168); }
td.TdClassName
{
border-color: #91B7A8;
}
.TagClassName
{
border-color: #91B7A8;
}
</style>