Shades of Perano #9DACF8
Tints of Perano #9DACF8
RGB
CMYK
RGB Variations
Color information
#9DACF8 (or 0x9DACF8) is known color: Perano. HEX triplet: 9D, AC and F8. RGB value is (157,172,248). Sum of RGB (Red+Green+Blue) = 157+172+248=577 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.21% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #9DACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DACF8 is #625307. Grayscale: #AFAFAF. Windows color (decimal): -6443784 or 16297117. OLE color: 16297117.
HSL color Cylindrical-coordinate representation of color #9DACF8: hue angle of 230.11º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DACF8 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 172 | 248 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.03 |
| HSL | 230.11º | 0.87% | 0.79% | - |
| HSV(B) | 230.11º | 0.37% | 0.97% | - |
| XYZ | 45.6 | 43.45 | 94.79 | - |
| YUV | 176.18 | 168.53 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 248 | 0.37 | 0.31 | 0 | 0.03 | 230.11 | 0.87 | 0.79 |
| Hex | 9D | AC | F8 | 25 | 1F | 0 | 3 | E6 | 57 | 4F |
| Octal | 235 | 254 | 370 | 45 | 37 | 0 | 3 | 346 | 127 | 117 |
| Binary | 10011101 | 10101100 | 11111000 | 100101 | 11111 | 0 | 11 | 11100110 | 1010111 | 1001111 |
Color Harmonies of #9DACF8
Complementary color
Monochromatic Colors of #9DACF8
Black with #9DACF8
Text Example
Text Example
White with #9DACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACF8; }
p { color: rgb(157,172,248); }
H1.HeaderClassName
{
color: #9DACF8;
}
.AnyTagClassName
{
color: #9DACF8;
}
</style>
background-color css
<style>
a { background-color: #9DACF8; }
a { background-color: rgb(157,172,248); }
div.DivClassName
{
background-color: #9DACF8;
}
.BgClassName
{
background-color: #9DACF8;
}
</style>
border-color css
<style>
span { border-color: #9DACF8; }
span { border-color: rgb(157,172,248); }
td.TdClassName
{
border-color: #9DACF8;
}
.TagClassName
{
border-color: #9DACF8;
}
</style>