Shades of Perano #9DA5FA
Tints of Perano #9DA5FA
RGB
CMYK
RGB Variations
Color information
#9DA5FA (or 0x9DA5FA) is known color: Perano. HEX triplet: 9D, A5 and FA. RGB value is (157,165,250). Sum of RGB (Red+Green+Blue) = 157+165+250=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DA5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA5FA is #625A05. Grayscale: #ABABAB. Windows color (decimal): -6445574 or 16426397. OLE color: 16426397.
HSL color Cylindrical-coordinate representation of color #9DA5FA: hue angle of 234.84º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DA5FA is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 165 | 250 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.02 |
| HSL | 234.84º | 0.9% | 0.8% | - |
| HSV(B) | 234.84º | 0.37% | 0.98% | - |
| XYZ | 44.62 | 40.98 | 96 | - |
| YUV | 172.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 250 | 0.37 | 0.34 | 0 | 0.02 | 234.84 | 0.9 | 0.8 |
| Hex | 9D | A5 | FA | 25 | 22 | 0 | 2 | EB | 5A | 50 |
| Octal | 235 | 245 | 372 | 45 | 42 | 0 | 2 | 353 | 132 | 120 |
| Binary | 10011101 | 10100101 | 11111010 | 100101 | 100010 | 0 | 10 | 11101011 | 1011010 | 1010000 |
Color Harmonies of #9DA5FA
Complementary color
Monochromatic Colors of #9DA5FA
Black with #9DA5FA
Text Example
Text Example
White with #9DA5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA5FA; }
p { color: rgb(157,165,250); }
H1.HeaderClassName
{
color: #9DA5FA;
}
.AnyTagClassName
{
color: #9DA5FA;
}
</style>
background-color css
<style>
a { background-color: #9DA5FA; }
a { background-color: rgb(157,165,250); }
div.DivClassName
{
background-color: #9DA5FA;
}
.BgClassName
{
background-color: #9DA5FA;
}
</style>
border-color css
<style>
span { border-color: #9DA5FA; }
span { border-color: rgb(157,165,250); }
td.TdClassName
{
border-color: #9DA5FA;
}
.TagClassName
{
border-color: #9DA5FA;
}
</style>