Shades of Perano #9AADEA
Tints of Perano #9AADEA
RGB
CMYK
RGB Variations
Color information
#9AADEA (or 0x9AADEA) is known color: Perano. HEX triplet: 9A, AD and EA. RGB value is (154,173,234). Sum of RGB (Red+Green+Blue) = 154+173+234=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AADEA is #655215. Grayscale: #AEAEAE. Windows color (decimal): -6640150 or 15379866. OLE color: 15379866.
HSL color Cylindrical-coordinate representation of color #9AADEA: hue angle of 225.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AADEA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 173 | 234 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.08 |
| HSL | 225.75º | 0.66% | 0.76% | - |
| HSV(B) | 225.75º | 0.34% | 0.92% | - |
| XYZ | 43.12 | 42.7 | 83.81 | - |
| YUV | 174.27 | 161.71 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 234 | 0.34 | 0.26 | 0 | 0.08 | 225.75 | 0.66 | 0.76 |
| Hex | 9A | AD | EA | 22 | 1A | 0 | 8 | E2 | 42 | 4C |
| Octal | 232 | 255 | 352 | 42 | 32 | 0 | 10 | 342 | 102 | 114 |
| Binary | 10011010 | 10101101 | 11101010 | 100010 | 11010 | 0 | 1000 | 11100010 | 1000010 | 1001100 |
Color Harmonies of #9AADEA
Complementary color
Monochromatic Colors of #9AADEA
Black with #9AADEA
Text Example
Text Example
White with #9AADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADEA; }
p { color: rgb(154,173,234); }
H1.HeaderClassName
{
color: #9AADEA;
}
.AnyTagClassName
{
color: #9AADEA;
}
</style>
background-color css
<style>
a { background-color: #9AADEA; }
a { background-color: rgb(154,173,234); }
div.DivClassName
{
background-color: #9AADEA;
}
.BgClassName
{
background-color: #9AADEA;
}
</style>
border-color css
<style>
span { border-color: #9AADEA; }
span { border-color: rgb(154,173,234); }
td.TdClassName
{
border-color: #9AADEA;
}
.TagClassName
{
border-color: #9AADEA;
}
</style>