Shades of Skeptic #93B7A5
Tints of Skeptic #93B7A5
RGB
CMYK
RGB Variations
Color information
#93B7A5 (or 0x93B7A5) is known color: Skeptic. HEX triplet: 93, B7 and A5. RGB value is (147,183,165). Sum of RGB (Red+Green+Blue) = 147+183+165=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 183 - color contains mainly: green. Hex color #93B7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B7A5 is #6C485A. Grayscale: #AAAAAA. Windows color (decimal): -7096411 or 10860435. OLE color: 10860435.
HSL color Cylindrical-coordinate representation of color #93B7A5: hue angle of 150º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93B7A5 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 183 | 165 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.28 |
| HSL | 150º | 0.2% | 0.65% | - |
| HSV(B) | 150º | 0.2% | 0.72% | - |
| XYZ | 35.76 | 42.79 | 41.97 | - |
| YUV | 170.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 183 | 165 | 0.20 | 0 | 0.10 | 0.28 | 150 | 0.2 | 0.65 |
| Hex | 93 | B7 | A5 | 14 | 0 | A | 1C | 96 | 14 | 41 |
| Octal | 223 | 267 | 245 | 24 | 0 | 12 | 34 | 226 | 24 | 101 |
| Binary | 10010011 | 10110111 | 10100101 | 10100 | 0 | 1010 | 11100 | 10010110 | 10100 | 1000001 |
Color Harmonies of #93B7A5
Complementary color
Monochromatic Colors of #93B7A5
Black with #93B7A5
Text Example
Text Example
White with #93B7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B7A5; }
p { color: rgb(147,183,165); }
H1.HeaderClassName
{
color: #93B7A5;
}
.AnyTagClassName
{
color: #93B7A5;
}
</style>
background-color css
<style>
a { background-color: #93B7A5; }
a { background-color: rgb(147,183,165); }
div.DivClassName
{
background-color: #93B7A5;
}
.BgClassName
{
background-color: #93B7A5;
}
</style>
border-color css
<style>
span { border-color: #93B7A5; }
span { border-color: rgb(147,183,165); }
td.TdClassName
{
border-color: #93B7A5;
}
.TagClassName
{
border-color: #93B7A5;
}
</style>