Shades of Perano #97A2FB
Tints of Perano #97A2FB
RGB
CMYK
RGB Variations
Color information
#97A2FB (or 0x97A2FB) is known color: Perano. HEX triplet: 97, A2 and FB. RGB value is (151,162,251). Sum of RGB (Red+Green+Blue) = 151+162+251=564 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.77% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #97A2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A2FB is #685D04. Grayscale: #A8A8A8. Windows color (decimal): -6839557 or 16491159. OLE color: 16491159.
HSL color Cylindrical-coordinate representation of color #97A2FB: hue angle of 233.4º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97A2FB is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 162 | 251 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.02 |
| HSL | 233.4º | 0.93% | 0.79% | - |
| HSV(B) | 233.4º | 0.4% | 0.98% | - |
| XYZ | 43.1 | 39.39 | 96.6 | - |
| YUV | 168.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 251 | 0.40 | 0.35 | 0 | 0.02 | 233.4 | 0.93 | 0.79 |
| Hex | 97 | A2 | FB | 28 | 23 | 0 | 2 | E9 | 5D | 4F |
| Octal | 227 | 242 | 373 | 50 | 43 | 0 | 2 | 351 | 135 | 117 |
| Binary | 10010111 | 10100010 | 11111011 | 101000 | 100011 | 0 | 10 | 11101001 | 1011101 | 1001111 |
Color Harmonies of #97A2FB
Complementary color
Monochromatic Colors of #97A2FB
Black with #97A2FB
Text Example
Text Example
White with #97A2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A2FB; }
p { color: rgb(151,162,251); }
H1.HeaderClassName
{
color: #97A2FB;
}
.AnyTagClassName
{
color: #97A2FB;
}
</style>
background-color css
<style>
a { background-color: #97A2FB; }
a { background-color: rgb(151,162,251); }
div.DivClassName
{
background-color: #97A2FB;
}
.BgClassName
{
background-color: #97A2FB;
}
</style>
border-color css
<style>
span { border-color: #97A2FB; }
span { border-color: rgb(151,162,251); }
td.TdClassName
{
border-color: #97A2FB;
}
.TagClassName
{
border-color: #97A2FB;
}
</style>