Shades of Perano #9DA2F0
Tints of Perano #9DA2F0
RGB
CMYK
RGB Variations
Color information
#9DA2F0 (or 0x9DA2F0) is known color: Perano. HEX triplet: 9D, A2 and F0. RGB value is (157,162,240). Sum of RGB (Red+Green+Blue) = 157+162+240=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #9DA2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA2F0 is #625D0F. Grayscale: #A9A9A9. Windows color (decimal): -6446352 or 15770269. OLE color: 15770269.
HSL color Cylindrical-coordinate representation of color #9DA2F0: hue angle of 236.39º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DA2F0 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 162 | 240 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.06 |
| HSL | 236.39º | 0.73% | 0.78% | - |
| HSV(B) | 236.39º | 0.35% | 0.94% | - |
| XYZ | 42.55 | 39.3 | 87.78 | - |
| YUV | 169.4 | 167.84 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 240 | 0.35 | 0.32 | 0 | 0.06 | 236.39 | 0.73 | 0.78 |
| Hex | 9D | A2 | F0 | 23 | 20 | 0 | 6 | EC | 49 | 4E |
| Octal | 235 | 242 | 360 | 43 | 40 | 0 | 6 | 354 | 111 | 116 |
| Binary | 10011101 | 10100010 | 11110000 | 100011 | 100000 | 0 | 110 | 11101100 | 1001001 | 1001110 |
Color Harmonies of #9DA2F0
Complementary color
Monochromatic Colors of #9DA2F0
Black with #9DA2F0
Text Example
Text Example
White with #9DA2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA2F0; }
p { color: rgb(157,162,240); }
H1.HeaderClassName
{
color: #9DA2F0;
}
.AnyTagClassName
{
color: #9DA2F0;
}
</style>
background-color css
<style>
a { background-color: #9DA2F0; }
a { background-color: rgb(157,162,240); }
div.DivClassName
{
background-color: #9DA2F0;
}
.BgClassName
{
background-color: #9DA2F0;
}
</style>
border-color css
<style>
span { border-color: #9DA2F0; }
span { border-color: rgb(157,162,240); }
td.TdClassName
{
border-color: #9DA2F0;
}
.TagClassName
{
border-color: #9DA2F0;
}
</style>