Shades of Perano #9FA7ED
Tints of Perano #9FA7ED
RGB
CMYK
RGB Variations
Color information
#9FA7ED (or 0x9FA7ED) is known color: Perano. HEX triplet: 9F, A7 and ED. RGB value is (159,167,237). Sum of RGB (Red+Green+Blue) = 159+167+237=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FA7ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA7ED is #605812. Grayscale: #ACACAC. Windows color (decimal): -6314003 or 15574943. OLE color: 15574943.
HSL color Cylindrical-coordinate representation of color #9FA7ED: hue angle of 233.85º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FA7ED is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 167 | 237 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.07 |
| HSL | 233.85º | 0.68% | 0.78% | - |
| HSV(B) | 233.85º | 0.33% | 0.93% | - |
| XYZ | 43.4 | 41.12 | 85.77 | - |
| YUV | 172.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 237 | 0.33 | 0.30 | 0 | 0.07 | 233.85 | 0.68 | 0.78 |
| Hex | 9F | A7 | ED | 21 | 1E | 0 | 7 | EA | 44 | 4E |
| Octal | 237 | 247 | 355 | 41 | 36 | 0 | 7 | 352 | 104 | 116 |
| Binary | 10011111 | 10100111 | 11101101 | 100001 | 11110 | 0 | 111 | 11101010 | 1000100 | 1001110 |
Color Harmonies of #9FA7ED
Complementary color
Monochromatic Colors of #9FA7ED
Black with #9FA7ED
Text Example
Text Example
White with #9FA7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA7ED; }
p { color: rgb(159,167,237); }
H1.HeaderClassName
{
color: #9FA7ED;
}
.AnyTagClassName
{
color: #9FA7ED;
}
</style>
background-color css
<style>
a { background-color: #9FA7ED; }
a { background-color: rgb(159,167,237); }
div.DivClassName
{
background-color: #9FA7ED;
}
.BgClassName
{
background-color: #9FA7ED;
}
</style>
border-color css
<style>
span { border-color: #9FA7ED; }
span { border-color: rgb(159,167,237); }
td.TdClassName
{
border-color: #9FA7ED;
}
.TagClassName
{
border-color: #9FA7ED;
}
</style>