Shades of Perano #9FA5EF
Tints of Perano #9FA5EF
RGB
CMYK
RGB Variations
Color information
#9FA5EF (or 0x9FA5EF) is known color: Perano. HEX triplet: 9F, A5 and EF. RGB value is (159,165,239). Sum of RGB (Red+Green+Blue) = 159+165+239=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FA5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA5EF is #605A10. Grayscale: #ABABAB. Windows color (decimal): -6314513 or 15705503. OLE color: 15705503.
HSL color Cylindrical-coordinate representation of color #9FA5EF: hue angle of 235.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FA5EF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 165 | 239 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.06 |
| HSL | 235.5º | 0.71% | 0.78% | - |
| HSV(B) | 235.5º | 0.33% | 0.94% | - |
| XYZ | 43.33 | 40.51 | 87.2 | - |
| YUV | 171.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 239 | 0.33 | 0.31 | 0 | 0.06 | 235.5 | 0.71 | 0.78 |
| Hex | 9F | A5 | EF | 21 | 1F | 0 | 6 | EC | 47 | 4E |
| Octal | 237 | 245 | 357 | 41 | 37 | 0 | 6 | 354 | 107 | 116 |
| Binary | 10011111 | 10100101 | 11101111 | 100001 | 11111 | 0 | 110 | 11101100 | 1000111 | 1001110 |
Color Harmonies of #9FA5EF
Complementary color
Monochromatic Colors of #9FA5EF
Black with #9FA5EF
Text Example
Text Example
White with #9FA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA5EF; }
p { color: rgb(159,165,239); }
H1.HeaderClassName
{
color: #9FA5EF;
}
.AnyTagClassName
{
color: #9FA5EF;
}
</style>
background-color css
<style>
a { background-color: #9FA5EF; }
a { background-color: rgb(159,165,239); }
div.DivClassName
{
background-color: #9FA5EF;
}
.BgClassName
{
background-color: #9FA5EF;
}
</style>
border-color css
<style>
span { border-color: #9FA5EF; }
span { border-color: rgb(159,165,239); }
td.TdClassName
{
border-color: #9FA5EF;
}
.TagClassName
{
border-color: #9FA5EF;
}
</style>