Shades of Perano #9DA2FE
Tints of Perano #9DA2FE
RGB
CMYK
RGB Variations
Color information
#9DA2FE (or 0x9DA2FE) is known color: Perano. HEX triplet: 9D, A2 and FE. RGB value is (157,162,254). Sum of RGB (Red+Green+Blue) = 157+162+254=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DA2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA2FE is #625D01. Grayscale: #AAAAAA. Windows color (decimal): -6446338 or 16687773. OLE color: 16687773.
HSL color Cylindrical-coordinate representation of color #9DA2FE: hue angle of 236.91º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DA2FE is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 162 | 254 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.00 |
| HSL | 236.91º | 0.98% | 0.81% | - |
| HSV(B) | 236.91º | 0.38% | 1% | - |
| XYZ | 44.71 | 40.16 | 99.16 | - |
| YUV | 170.99 | 174.84 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 254 | 0.38 | 0.36 | 0 | 0.00 | 236.91 | 0.98 | 0.81 |
| Hex | 9D | A2 | FE | 26 | 24 | 0 | 0 | ED | 62 | 51 |
| Octal | 235 | 242 | 376 | 46 | 44 | 0 | 0 | 355 | 142 | 121 |
| Binary | 10011101 | 10100010 | 11111110 | 100110 | 100100 | 0 | 0 | 11101101 | 1100010 | 1010001 |
Color Harmonies of #9DA2FE
Complementary color
Monochromatic Colors of #9DA2FE
Black with #9DA2FE
Text Example
Text Example
White with #9DA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA2FE; }
p { color: rgb(157,162,254); }
H1.HeaderClassName
{
color: #9DA2FE;
}
.AnyTagClassName
{
color: #9DA2FE;
}
</style>
background-color css
<style>
a { background-color: #9DA2FE; }
a { background-color: rgb(157,162,254); }
div.DivClassName
{
background-color: #9DA2FE;
}
.BgClassName
{
background-color: #9DA2FE;
}
</style>
border-color css
<style>
span { border-color: #9DA2FE; }
span { border-color: rgb(157,162,254); }
td.TdClassName
{
border-color: #9DA2FE;
}
.TagClassName
{
border-color: #9DA2FE;
}
</style>