Shades of Perano #A7B4F3
Tints of Perano #A7B4F3
RGB
CMYK
RGB Variations
Color information
#A7B4F3 (or 0xA7B4F3) is known color: Perano. HEX triplet: A7, B4 and F3. RGB value is (167,180,243). Sum of RGB (Red+Green+Blue) = 167+180+243=590 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.31% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #A7B4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B4F3 is #584B0C. Grayscale: #B7B7B7. Windows color (decimal): -5786381 or 15971495. OLE color: 15971495.
HSL color Cylindrical-coordinate representation of color #A7B4F3: hue angle of 229.74º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7B4F3 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 180 | 243 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.05 |
| HSL | 229.74º | 0.76% | 0.8% | - |
| HSV(B) | 229.74º | 0.31% | 0.95% | - |
| XYZ | 48.44 | 47.33 | 91.38 | - |
| YUV | 183.3 | 161.69 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 180 | 243 | 0.31 | 0.26 | 0 | 0.05 | 229.74 | 0.76 | 0.8 |
| Hex | A7 | B4 | F3 | 1F | 1A | 0 | 5 | E6 | 4C | 50 |
| Octal | 247 | 264 | 363 | 37 | 32 | 0 | 5 | 346 | 114 | 120 |
| Binary | 10100111 | 10110100 | 11110011 | 11111 | 11010 | 0 | 101 | 11100110 | 1001100 | 1010000 |
Color Harmonies of #A7B4F3
Complementary color
Monochromatic Colors of #A7B4F3
Black with #A7B4F3
Text Example
Text Example
White with #A7B4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B4F3; }
p { color: rgb(167,180,243); }
H1.HeaderClassName
{
color: #A7B4F3;
}
.AnyTagClassName
{
color: #A7B4F3;
}
</style>
background-color css
<style>
a { background-color: #A7B4F3; }
a { background-color: rgb(167,180,243); }
div.DivClassName
{
background-color: #A7B4F3;
}
.BgClassName
{
background-color: #A7B4F3;
}
</style>
border-color css
<style>
span { border-color: #A7B4F3; }
span { border-color: rgb(167,180,243); }
td.TdClassName
{
border-color: #A7B4F3;
}
.TagClassName
{
border-color: #A7B4F3;
}
</style>