Shades of Perano #A8B7FD
Tints of Perano #A8B7FD
RGB
CMYK
RGB Variations
Color information
#A8B7FD (or 0xA8B7FD) is known color: Perano. HEX triplet: A8, B7 and FD. RGB value is (168,183,253). Sum of RGB (Red+Green+Blue) = 168+183+253=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8B7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B7FD is #574802. Grayscale: #BABABA. Windows color (decimal): -5720067 or 16627624. OLE color: 16627624.
HSL color Cylindrical-coordinate representation of color #A8B7FD: hue angle of 229.41º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8B7FD is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 183 | 253 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.01 |
| HSL | 229.41º | 0.96% | 0.83% | - |
| HSV(B) | 229.41º | 0.34% | 0.99% | - |
| XYZ | 50.81 | 49.28 | 99.76 | - |
| YUV | 186.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 253 | 0.34 | 0.28 | 0 | 0.01 | 229.41 | 0.96 | 0.83 |
| Hex | A8 | B7 | FD | 22 | 1C | 0 | 1 | E5 | 60 | 53 |
| Octal | 250 | 267 | 375 | 42 | 34 | 0 | 1 | 345 | 140 | 123 |
| Binary | 10101000 | 10110111 | 11111101 | 100010 | 11100 | 0 | 1 | 11100101 | 1100000 | 1010011 |
Color Harmonies of #A8B7FD
Complementary color
Monochromatic Colors of #A8B7FD
Black with #A8B7FD
Text Example
Text Example
White with #A8B7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B7FD; }
p { color: rgb(168,183,253); }
H1.HeaderClassName
{
color: #A8B7FD;
}
.AnyTagClassName
{
color: #A8B7FD;
}
</style>
background-color css
<style>
a { background-color: #A8B7FD; }
a { background-color: rgb(168,183,253); }
div.DivClassName
{
background-color: #A8B7FD;
}
.BgClassName
{
background-color: #A8B7FD;
}
</style>
border-color css
<style>
span { border-color: #A8B7FD; }
span { border-color: rgb(168,183,253); }
td.TdClassName
{
border-color: #A8B7FD;
}
.TagClassName
{
border-color: #A8B7FD;
}
</style>