Shades of Perano #9CB8EF
Tints of Perano #9CB8EF
RGB
CMYK
RGB Variations
Color information
#9CB8EF (or 0x9CB8EF) is known color: Perano. HEX triplet: 9C, B8 and EF. RGB value is (156,184,239). Sum of RGB (Red+Green+Blue) = 156+184+239=579 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.94% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CB8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CB8EF is #634710. Grayscale: #B5B5B5. Windows color (decimal): -6506257 or 15710364. OLE color: 15710364.
HSL color Cylindrical-coordinate representation of color #9CB8EF: hue angle of 219.76º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CB8EF is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 184 | 239 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.06 |
| HSL | 219.76º | 0.72% | 0.77% | - |
| HSV(B) | 219.76º | 0.35% | 0.94% | - |
| XYZ | 46.43 | 47.58 | 88.4 | - |
| YUV | 181.9 | 160.22 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 239 | 0.35 | 0.23 | 0 | 0.06 | 219.76 | 0.72 | 0.77 |
| Hex | 9C | B8 | EF | 23 | 17 | 0 | 6 | DC | 48 | 4D |
| Octal | 234 | 270 | 357 | 43 | 27 | 0 | 6 | 334 | 110 | 115 |
| Binary | 10011100 | 10111000 | 11101111 | 100011 | 10111 | 0 | 110 | 11011100 | 1001000 | 1001101 |
Color Harmonies of #9CB8EF
Complementary color
Monochromatic Colors of #9CB8EF
Black with #9CB8EF
Text Example
Text Example
White with #9CB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB8EF; }
p { color: rgb(156,184,239); }
H1.HeaderClassName
{
color: #9CB8EF;
}
.AnyTagClassName
{
color: #9CB8EF;
}
</style>
background-color css
<style>
a { background-color: #9CB8EF; }
a { background-color: rgb(156,184,239); }
div.DivClassName
{
background-color: #9CB8EF;
}
.BgClassName
{
background-color: #9CB8EF;
}
</style>
border-color css
<style>
span { border-color: #9CB8EF; }
span { border-color: rgb(156,184,239); }
td.TdClassName
{
border-color: #9CB8EF;
}
.TagClassName
{
border-color: #9CB8EF;
}
</style>