Shades of Perano #9DACFE
Tints of Perano #9DACFE
RGB
CMYK
RGB Variations
Color information
#9DACFE (or 0x9DACFE) is known color: Perano. HEX triplet: 9D, AC and FE. RGB value is (157,172,254). Sum of RGB (Red+Green+Blue) = 157+172+254=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DACFE is #625301. Grayscale: #B0B0B0. Windows color (decimal): -6443778 or 16690333. OLE color: 16690333.
HSL color Cylindrical-coordinate representation of color #9DACFE: hue angle of 230.72º 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 #9DACFE is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 172 | 254 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.00 |
| HSL | 230.72º | 0.98% | 0.81% | - |
| HSV(B) | 230.72º | 0.38% | 1% | - |
| XYZ | 46.55 | 43.83 | 99.77 | - |
| YUV | 176.86 | 171.53 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 254 | 0.38 | 0.32 | 0 | 0.00 | 230.72 | 0.98 | 0.81 |
| Hex | 9D | AC | FE | 26 | 20 | 0 | 0 | E7 | 62 | 51 |
| Octal | 235 | 254 | 376 | 46 | 40 | 0 | 0 | 347 | 142 | 121 |
| Binary | 10011101 | 10101100 | 11111110 | 100110 | 100000 | 0 | 0 | 11100111 | 1100010 | 1010001 |
Color Harmonies of #9DACFE
Complementary color
Monochromatic Colors of #9DACFE
Black with #9DACFE
Text Example
Text Example
White with #9DACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACFE; }
p { color: rgb(157,172,254); }
H1.HeaderClassName
{
color: #9DACFE;
}
.AnyTagClassName
{
color: #9DACFE;
}
</style>
background-color css
<style>
a { background-color: #9DACFE; }
a { background-color: rgb(157,172,254); }
div.DivClassName
{
background-color: #9DACFE;
}
.BgClassName
{
background-color: #9DACFE;
}
</style>
border-color css
<style>
span { border-color: #9DACFE; }
span { border-color: rgb(157,172,254); }
td.TdClassName
{
border-color: #9DACFE;
}
.TagClassName
{
border-color: #9DACFE;
}
</style>