Shades of Perano #9FA1ED
Tints of Perano #9FA1ED
RGB
CMYK
RGB Variations
Color information
#9FA1ED (or 0x9FA1ED) is known color: Perano. HEX triplet: 9F, A1 and ED. RGB value is (159,161,237). Sum of RGB (Red+Green+Blue) = 159+161+237=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FA1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA1ED is #605E12. Grayscale: #A8A8A8. Windows color (decimal): -6315539 or 15573407. OLE color: 15573407.
HSL color Cylindrical-coordinate representation of color #9FA1ED: hue angle of 238.46º 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 #9FA1ED is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 161 | 237 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.07 |
| HSL | 238.46º | 0.68% | 0.78% | - |
| HSV(B) | 238.46º | 0.33% | 0.93% | - |
| XYZ | 42.33 | 38.98 | 85.41 | - |
| YUV | 169.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 237 | 0.33 | 0.32 | 0 | 0.07 | 238.46 | 0.68 | 0.78 |
| Hex | 9F | A1 | ED | 21 | 20 | 0 | 7 | EE | 44 | 4E |
| Octal | 237 | 241 | 355 | 41 | 40 | 0 | 7 | 356 | 104 | 116 |
| Binary | 10011111 | 10100001 | 11101101 | 100001 | 100000 | 0 | 111 | 11101110 | 1000100 | 1001110 |
Color Harmonies of #9FA1ED
Complementary color
Monochromatic Colors of #9FA1ED
Black with #9FA1ED
Text Example
Text Example
White with #9FA1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA1ED; }
p { color: rgb(159,161,237); }
H1.HeaderClassName
{
color: #9FA1ED;
}
.AnyTagClassName
{
color: #9FA1ED;
}
</style>
background-color css
<style>
a { background-color: #9FA1ED; }
a { background-color: rgb(159,161,237); }
div.DivClassName
{
background-color: #9FA1ED;
}
.BgClassName
{
background-color: #9FA1ED;
}
</style>
border-color css
<style>
span { border-color: #9FA1ED; }
span { border-color: rgb(159,161,237); }
td.TdClassName
{
border-color: #9FA1ED;
}
.TagClassName
{
border-color: #9FA1ED;
}
</style>