Shades of Perano #9DACF1
Tints of Perano #9DACF1
RGB
CMYK
RGB Variations
Color information
#9DACF1 (or 0x9DACF1) is known color: Perano. HEX triplet: 9D, AC and F1. RGB value is (157,172,241). Sum of RGB (Red+Green+Blue) = 157+172+241=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DACF1 is #62530E. Grayscale: #AFAFAF. Windows color (decimal): -6443791 or 15838365. OLE color: 15838365.
HSL color Cylindrical-coordinate representation of color #9DACF1: hue angle of 229.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DACF1 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 172 | 241 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.05 |
| HSL | 229.29º | 0.75% | 0.78% | - |
| HSV(B) | 229.29º | 0.35% | 0.95% | - |
| XYZ | 44.53 | 43.02 | 89.18 | - |
| YUV | 175.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 241 | 0.35 | 0.29 | 0 | 0.05 | 229.29 | 0.75 | 0.78 |
| Hex | 9D | AC | F1 | 23 | 1D | 0 | 5 | E5 | 4B | 4E |
| Octal | 235 | 254 | 361 | 43 | 35 | 0 | 5 | 345 | 113 | 116 |
| Binary | 10011101 | 10101100 | 11110001 | 100011 | 11101 | 0 | 101 | 11100101 | 1001011 | 1001110 |
Color Harmonies of #9DACF1
Complementary color
Monochromatic Colors of #9DACF1
Black with #9DACF1
Text Example
Text Example
White with #9DACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACF1; }
p { color: rgb(157,172,241); }
H1.HeaderClassName
{
color: #9DACF1;
}
.AnyTagClassName
{
color: #9DACF1;
}
</style>
background-color css
<style>
a { background-color: #9DACF1; }
a { background-color: rgb(157,172,241); }
div.DivClassName
{
background-color: #9DACF1;
}
.BgClassName
{
background-color: #9DACF1;
}
</style>
border-color css
<style>
span { border-color: #9DACF1; }
span { border-color: rgb(157,172,241); }
td.TdClassName
{
border-color: #9DACF1;
}
.TagClassName
{
border-color: #9DACF1;
}
</style>