Shades of Perano #98A6EE
Tints of Perano #98A6EE
RGB
CMYK
RGB Variations
Color information
#98A6EE (or 0x98A6EE) is known color: Perano. HEX triplet: 98, A6 and EE. RGB value is (152,166,238). Sum of RGB (Red+Green+Blue) = 152+166+238=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #98A6EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A6EE is #675911. Grayscale: #A9A9A9. Windows color (decimal): -6773010 or 15640216. OLE color: 15640216.
HSL color Cylindrical-coordinate representation of color #98A6EE: hue angle of 230.23º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98A6EE is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 166 | 238 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.07 |
| HSL | 230.23º | 0.72% | 0.76% | - |
| HSV(B) | 230.23º | 0.36% | 0.93% | - |
| XYZ | 42.02 | 40.12 | 86.42 | - |
| YUV | 170.02 | 166.36 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 238 | 0.36 | 0.30 | 0 | 0.07 | 230.23 | 0.72 | 0.76 |
| Hex | 98 | A6 | EE | 24 | 1E | 0 | 7 | E6 | 48 | 4C |
| Octal | 230 | 246 | 356 | 44 | 36 | 0 | 7 | 346 | 110 | 114 |
| Binary | 10011000 | 10100110 | 11101110 | 100100 | 11110 | 0 | 111 | 11100110 | 1001000 | 1001100 |
Color Harmonies of #98A6EE
Complementary color
Monochromatic Colors of #98A6EE
Black with #98A6EE
Text Example
Text Example
White with #98A6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A6EE; }
p { color: rgb(152,166,238); }
H1.HeaderClassName
{
color: #98A6EE;
}
.AnyTagClassName
{
color: #98A6EE;
}
</style>
background-color css
<style>
a { background-color: #98A6EE; }
a { background-color: rgb(152,166,238); }
div.DivClassName
{
background-color: #98A6EE;
}
.BgClassName
{
background-color: #98A6EE;
}
</style>
border-color css
<style>
span { border-color: #98A6EE; }
span { border-color: rgb(152,166,238); }
td.TdClassName
{
border-color: #98A6EE;
}
.TagClassName
{
border-color: #98A6EE;
}
</style>