Shades of Perano #9AB1FE
Tints of Perano #9AB1FE
RGB
CMYK
RGB Variations
Color information
#9AB1FE (or 0x9AB1FE) is known color: Perano. HEX triplet: 9A, B1 and FE. RGB value is (154,177,254). Sum of RGB (Red+Green+Blue) = 154+177+254=585 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.32% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AB1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB1FE is #654E01. Grayscale: #B2B2B2. Windows color (decimal): -6639106 or 16691610. OLE color: 16691610.
HSL color Cylindrical-coordinate representation of color #9AB1FE: hue angle of 226.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AB1FE is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 177 | 254 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.00 |
| HSL | 226.2º | 0.98% | 0.8% | - |
| HSV(B) | 226.2º | 0.39% | 1% | - |
| XYZ | 46.94 | 45.47 | 100.07 | - |
| YUV | 178.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 177 | 254 | 0.39 | 0.30 | 0 | 0.00 | 226.2 | 0.98 | 0.8 |
| Hex | 9A | B1 | FE | 27 | 1E | 0 | 0 | E2 | 62 | 50 |
| Octal | 232 | 261 | 376 | 47 | 36 | 0 | 0 | 342 | 142 | 120 |
| Binary | 10011010 | 10110001 | 11111110 | 100111 | 11110 | 0 | 0 | 11100010 | 1100010 | 1010000 |
Color Harmonies of #9AB1FE
Complementary color
Monochromatic Colors of #9AB1FE
Black with #9AB1FE
Text Example
Text Example
White with #9AB1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB1FE; }
p { color: rgb(154,177,254); }
H1.HeaderClassName
{
color: #9AB1FE;
}
.AnyTagClassName
{
color: #9AB1FE;
}
</style>
background-color css
<style>
a { background-color: #9AB1FE; }
a { background-color: rgb(154,177,254); }
div.DivClassName
{
background-color: #9AB1FE;
}
.BgClassName
{
background-color: #9AB1FE;
}
</style>
border-color css
<style>
span { border-color: #9AB1FE; }
span { border-color: rgb(154,177,254); }
td.TdClassName
{
border-color: #9AB1FE;
}
.TagClassName
{
border-color: #9AB1FE;
}
</style>