Shades of Perano #98ADEC
Tints of Perano #98ADEC
RGB
CMYK
RGB Variations
Color information
#98ADEC (or 0x98ADEC) is known color: Perano. HEX triplet: 98, AD and EC. RGB value is (152,173,236). Sum of RGB (Red+Green+Blue) = 152+173+236=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #98ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ADEC is #675213. Grayscale: #ADADAD. Windows color (decimal): -6771220 or 15510936. OLE color: 15510936.
HSL color Cylindrical-coordinate representation of color #98ADEC: hue angle of 225º degrees, saturation: 0.69, 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 #98ADEC is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 173 | 236 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.07 |
| HSL | 225º | 0.69% | 0.76% | - |
| HSV(B) | 225º | 0.36% | 0.93% | - |
| XYZ | 43.03 | 42.62 | 85.32 | - |
| YUV | 173.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 236 | 0.36 | 0.27 | 0 | 0.07 | 225 | 0.69 | 0.76 |
| Hex | 98 | AD | EC | 24 | 1B | 0 | 7 | E1 | 45 | 4C |
| Octal | 230 | 255 | 354 | 44 | 33 | 0 | 7 | 341 | 105 | 114 |
| Binary | 10011000 | 10101101 | 11101100 | 100100 | 11011 | 0 | 111 | 11100001 | 1000101 | 1001100 |
Color Harmonies of #98ADEC
Complementary color
Monochromatic Colors of #98ADEC
Black with #98ADEC
Text Example
Text Example
White with #98ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADEC; }
p { color: rgb(152,173,236); }
H1.HeaderClassName
{
color: #98ADEC;
}
.AnyTagClassName
{
color: #98ADEC;
}
</style>
background-color css
<style>
a { background-color: #98ADEC; }
a { background-color: rgb(152,173,236); }
div.DivClassName
{
background-color: #98ADEC;
}
.BgClassName
{
background-color: #98ADEC;
}
</style>
border-color css
<style>
span { border-color: #98ADEC; }
span { border-color: rgb(152,173,236); }
td.TdClassName
{
border-color: #98ADEC;
}
.TagClassName
{
border-color: #98ADEC;
}
</style>