Shades of Perano #94B7FF
Tints of Perano #94B7FF
RGB
CMYK
RGB Variations
Color information
#94B7FF (or 0x94B7FF) is known color: Perano. HEX triplet: 94, B7 and FF. RGB value is (148,183,255). Sum of RGB (Red+Green+Blue) = 148+183+255=586 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.26% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #94B7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B7FF is #6B4800. Grayscale: #B4B4B4. Windows color (decimal): -7030785 or 16758676. OLE color: 16758676.
HSL color Cylindrical-coordinate representation of color #94B7FF: hue angle of 220.37º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94B7FF is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 183 | 255 | - |
| CMYK | 0.42 | 0.28 | 0 | 0 |
| HSL | 220.37º | 1% | 0.79% | - |
| HSV(B) | 220.37º | 0.42% | 1% | - |
| XYZ | 47.2 | 47.38 | 101.27 | - |
| YUV | 180.74 | 169.9 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 183 | 255 | 0.42 | 0.28 | 0 | 0 | 220.37 | 1 | 0.79 |
| Hex | 94 | B7 | FF | 2A | 1C | 0 | 0 | DC | 64 | 4F |
| Octal | 224 | 267 | 377 | 52 | 34 | 0 | 0 | 334 | 144 | 117 |
| Binary | 10010100 | 10110111 | 11111111 | 101010 | 11100 | 0 | 0 | 11011100 | 1100100 | 1001111 |
Color Harmonies of #94B7FF
Complementary color
Monochromatic Colors of #94B7FF
Black with #94B7FF
Text Example
Text Example
White with #94B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B7FF; }
p { color: rgb(148,183,255); }
H1.HeaderClassName
{
color: #94B7FF;
}
.AnyTagClassName
{
color: #94B7FF;
}
</style>
background-color css
<style>
a { background-color: #94B7FF; }
a { background-color: rgb(148,183,255); }
div.DivClassName
{
background-color: #94B7FF;
}
.BgClassName
{
background-color: #94B7FF;
}
</style>
border-color css
<style>
span { border-color: #94B7FF; }
span { border-color: rgb(148,183,255); }
td.TdClassName
{
border-color: #94B7FF;
}
.TagClassName
{
border-color: #94B7FF;
}
</style>