Shades of Perano #9AAFE7
Tints of Perano #9AAFE7
RGB
CMYK
RGB Variations
Color information
#9AAFE7 (or 0x9AAFE7) is known color: Perano. HEX triplet: 9A, AF and E7. RGB value is (154,175,231). Sum of RGB (Red+Green+Blue) = 154+175+231=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #9AAFE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAFE7 is #655018. Grayscale: #AEAEAE. Windows color (decimal): -6639641 or 15183770. OLE color: 15183770.
HSL color Cylindrical-coordinate representation of color #9AAFE7: hue angle of 223.64º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AAFE7 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 175 | 231 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.09 |
| HSL | 223.64º | 0.62% | 0.75% | - |
| HSV(B) | 223.64º | 0.33% | 0.91% | - |
| XYZ | 43.08 | 43.3 | 81.69 | - |
| YUV | 175.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 231 | 0.33 | 0.24 | 0 | 0.09 | 223.64 | 0.62 | 0.75 |
| Hex | 9A | AF | E7 | 21 | 18 | 0 | 9 | E0 | 3E | 4B |
| Octal | 232 | 257 | 347 | 41 | 30 | 0 | 11 | 340 | 76 | 113 |
| Binary | 10011010 | 10101111 | 11100111 | 100001 | 11000 | 0 | 1001 | 11100000 | 111110 | 1001011 |
Color Harmonies of #9AAFE7
Complementary color
Monochromatic Colors of #9AAFE7
Black with #9AAFE7
Text Example
Text Example
White with #9AAFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAFE7; }
p { color: rgb(154,175,231); }
H1.HeaderClassName
{
color: #9AAFE7;
}
.AnyTagClassName
{
color: #9AAFE7;
}
</style>
background-color css
<style>
a { background-color: #9AAFE7; }
a { background-color: rgb(154,175,231); }
div.DivClassName
{
background-color: #9AAFE7;
}
.BgClassName
{
background-color: #9AAFE7;
}
</style>
border-color css
<style>
span { border-color: #9AAFE7; }
span { border-color: rgb(154,175,231); }
td.TdClassName
{
border-color: #9AAFE7;
}
.TagClassName
{
border-color: #9AAFE7;
}
</style>