Shades of Perano #9DA6FF
Tints of Perano #9DA6FF
RGB
CMYK
RGB Variations
Color information
#9DA6FF (or 0x9DA6FF) is known color: Perano. HEX triplet: 9D, A6 and FF. RGB value is (157,166,255). Sum of RGB (Red+Green+Blue) = 157+166+255=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DA6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA6FF is #625900. Grayscale: #ADADAD. Windows color (decimal): -6445313 or 16754333. OLE color: 16754333.
HSL color Cylindrical-coordinate representation of color #9DA6FF: hue angle of 234.49º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DA6FF is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 166 | 255 | - |
| CMYK | 0.38 | 0.35 | 0 | 0 |
| HSL | 234.49º | 1% | 0.81% | - |
| HSV(B) | 234.49º | 0.38% | 1% | - |
| XYZ | 45.59 | 41.66 | 100.25 | - |
| YUV | 173.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 255 | 0.38 | 0.35 | 0 | 0 | 234.49 | 1 | 0.81 |
| Hex | 9D | A6 | FF | 26 | 23 | 0 | 0 | EA | 64 | 51 |
| Octal | 235 | 246 | 377 | 46 | 43 | 0 | 0 | 352 | 144 | 121 |
| Binary | 10011101 | 10100110 | 11111111 | 100110 | 100011 | 0 | 0 | 11101010 | 1100100 | 1010001 |
Color Harmonies of #9DA6FF
Complementary color
Monochromatic Colors of #9DA6FF
Black with #9DA6FF
Text Example
Text Example
White with #9DA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA6FF; }
p { color: rgb(157,166,255); }
H1.HeaderClassName
{
color: #9DA6FF;
}
.AnyTagClassName
{
color: #9DA6FF;
}
</style>
background-color css
<style>
a { background-color: #9DA6FF; }
a { background-color: rgb(157,166,255); }
div.DivClassName
{
background-color: #9DA6FF;
}
.BgClassName
{
background-color: #9DA6FF;
}
</style>
border-color css
<style>
span { border-color: #9DA6FF; }
span { border-color: rgb(157,166,255); }
td.TdClassName
{
border-color: #9DA6FF;
}
.TagClassName
{
border-color: #9DA6FF;
}
</style>