Shades of Perano #ADB7FD
Tints of Perano #ADB7FD
RGB
CMYK
RGB Variations
Color information
#ADB7FD (or 0xADB7FD) is known color: Perano. HEX triplet: AD, B7 and FD. RGB value is (173,183,253). Sum of RGB (Red+Green+Blue) = 173+183+253=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADB7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7FD is #524802. Grayscale: #BBBBBB. Windows color (decimal): -5392387 or 16627629. OLE color: 16627629.
HSL color Cylindrical-coordinate representation of color #ADB7FD: hue angle of 232.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB7FD is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 183 | 253 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.01 |
| HSL | 232.5º | 0.95% | 0.84% | - |
| HSV(B) | 232.5º | 0.32% | 0.99% | - |
| XYZ | 51.9 | 49.84 | 99.81 | - |
| YUV | 187.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 253 | 0.32 | 0.28 | 0 | 0.01 | 232.5 | 0.95 | 0.84 |
| Hex | AD | B7 | FD | 20 | 1C | 0 | 1 | E8 | 5F | 54 |
| Octal | 255 | 267 | 375 | 40 | 34 | 0 | 1 | 350 | 137 | 124 |
| Binary | 10101101 | 10110111 | 11111101 | 100000 | 11100 | 0 | 1 | 11101000 | 1011111 | 1010100 |
Color Harmonies of #ADB7FD
Complementary color
Monochromatic Colors of #ADB7FD
Black with #ADB7FD
Text Example
Text Example
White with #ADB7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7FD; }
p { color: rgb(173,183,253); }
H1.HeaderClassName
{
color: #ADB7FD;
}
.AnyTagClassName
{
color: #ADB7FD;
}
</style>
background-color css
<style>
a { background-color: #ADB7FD; }
a { background-color: rgb(173,183,253); }
div.DivClassName
{
background-color: #ADB7FD;
}
.BgClassName
{
background-color: #ADB7FD;
}
</style>
border-color css
<style>
span { border-color: #ADB7FD; }
span { border-color: rgb(173,183,253); }
td.TdClassName
{
border-color: #ADB7FD;
}
.TagClassName
{
border-color: #ADB7FD;
}
</style>