Shades of Perano #9AB3FF
Tints of Perano #9AB3FF
RGB
CMYK
RGB Variations
Color information
#9AB3FF (or 0x9AB3FF) is known color: Perano. HEX triplet: 9A, B3 and FF. RGB value is (154,179,255). Sum of RGB (Red+Green+Blue) = 154+179+255=588 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.19% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AB3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB3FF is #654C00. Grayscale: #B3B3B3. Windows color (decimal): -6638593 or 16757658. OLE color: 16757658.
HSL color Cylindrical-coordinate representation of color #9AB3FF: hue angle of 225.15º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AB3FF is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 179 | 255 | - |
| CMYK | 0.40 | 0.30 | 0 | 0 |
| HSL | 225.15º | 1% | 0.8% | - |
| HSV(B) | 225.15º | 0.4% | 1% | - |
| XYZ | 47.5 | 46.33 | 101.05 | - |
| YUV | 180.19 | 170.22 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 255 | 0.40 | 0.30 | 0 | 0 | 225.15 | 1 | 0.8 |
| Hex | 9A | B3 | FF | 28 | 1E | 0 | 0 | E1 | 64 | 50 |
| Octal | 232 | 263 | 377 | 50 | 36 | 0 | 0 | 341 | 144 | 120 |
| Binary | 10011010 | 10110011 | 11111111 | 101000 | 11110 | 0 | 0 | 11100001 | 1100100 | 1010000 |
Color Harmonies of #9AB3FF
Complementary color
Monochromatic Colors of #9AB3FF
Black with #9AB3FF
Text Example
Text Example
White with #9AB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB3FF; }
p { color: rgb(154,179,255); }
H1.HeaderClassName
{
color: #9AB3FF;
}
.AnyTagClassName
{
color: #9AB3FF;
}
</style>
background-color css
<style>
a { background-color: #9AB3FF; }
a { background-color: rgb(154,179,255); }
div.DivClassName
{
background-color: #9AB3FF;
}
.BgClassName
{
background-color: #9AB3FF;
}
</style>
border-color css
<style>
span { border-color: #9AB3FF; }
span { border-color: rgb(154,179,255); }
td.TdClassName
{
border-color: #9AB3FF;
}
.TagClassName
{
border-color: #9AB3FF;
}
</style>