Shades of Perano #9FACEA
Tints of Perano #9FACEA
RGB
CMYK
RGB Variations
Color information
#9FACEA (or 0x9FACEA) is known color: Perano. HEX triplet: 9F, AC and EA. RGB value is (159,172,234). Sum of RGB (Red+Green+Blue) = 159+172+234=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FACEA is #605315. Grayscale: #AEAEAE. Windows color (decimal): -6312726 or 15379615. OLE color: 15379615.
HSL color Cylindrical-coordinate representation of color #9FACEA: hue angle of 229.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FACEA is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 172 | 234 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.08 |
| HSL | 229.6º | 0.64% | 0.77% | - |
| HSV(B) | 229.6º | 0.32% | 0.92% | - |
| XYZ | 43.9 | 42.82 | 83.79 | - |
| YUV | 175.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 234 | 0.32 | 0.26 | 0 | 0.08 | 229.6 | 0.64 | 0.77 |
| Hex | 9F | AC | EA | 20 | 1A | 0 | 8 | E6 | 40 | 4D |
| Octal | 237 | 254 | 352 | 40 | 32 | 0 | 10 | 346 | 100 | 115 |
| Binary | 10011111 | 10101100 | 11101010 | 100000 | 11010 | 0 | 1000 | 11100110 | 1000000 | 1001101 |
Color Harmonies of #9FACEA
Complementary color
Monochromatic Colors of #9FACEA
Black with #9FACEA
Text Example
Text Example
White with #9FACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACEA; }
p { color: rgb(159,172,234); }
H1.HeaderClassName
{
color: #9FACEA;
}
.AnyTagClassName
{
color: #9FACEA;
}
</style>
background-color css
<style>
a { background-color: #9FACEA; }
a { background-color: rgb(159,172,234); }
div.DivClassName
{
background-color: #9FACEA;
}
.BgClassName
{
background-color: #9FACEA;
}
</style>
border-color css
<style>
span { border-color: #9FACEA; }
span { border-color: rgb(159,172,234); }
td.TdClassName
{
border-color: #9FACEA;
}
.TagClassName
{
border-color: #9FACEA;
}
</style>