Shades of Perano #9CB2E3
Tints of Perano #9CB2E3
RGB
CMYK
RGB Variations
Color information
#9CB2E3 (or 0x9CB2E3) is known color: Perano. HEX triplet: 9C, B2 and E3. RGB value is (156,178,227). Sum of RGB (Red+Green+Blue) = 156+178+227=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 227 (89.06% from 255 or 40.46% from 561); Max value from RGB is 227 - color contains mainly: blue. Hex color #9CB2E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB2E3 is #634D1C. Grayscale: #B0B0B0. Windows color (decimal): -6507805 or 14922396. OLE color: 14922396.
HSL color Cylindrical-coordinate representation of color #9CB2E3: hue angle of 221.41º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CB2E3 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 178 | 227 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.11 |
| HSL | 221.41º | 0.56% | 0.75% | - |
| HSV(B) | 221.41º | 0.31% | 0.89% | - |
| XYZ | 43.5 | 44.45 | 78.96 | - |
| YUV | 177.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 227 | 0.31 | 0.22 | 0 | 0.11 | 221.41 | 0.56 | 0.75 |
| Hex | 9C | B2 | E3 | 1F | 16 | 0 | B | DD | 38 | 4B |
| Octal | 234 | 262 | 343 | 37 | 26 | 0 | 13 | 335 | 70 | 113 |
| Binary | 10011100 | 10110010 | 11100011 | 11111 | 10110 | 0 | 1011 | 11011101 | 111000 | 1001011 |
Color Harmonies of #9CB2E3
Complementary color
Monochromatic Colors of #9CB2E3
Black with #9CB2E3
Text Example
Text Example
White with #9CB2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB2E3; }
p { color: rgb(156,178,227); }
H1.HeaderClassName
{
color: #9CB2E3;
}
.AnyTagClassName
{
color: #9CB2E3;
}
</style>
background-color css
<style>
a { background-color: #9CB2E3; }
a { background-color: rgb(156,178,227); }
div.DivClassName
{
background-color: #9CB2E3;
}
.BgClassName
{
background-color: #9CB2E3;
}
</style>
border-color css
<style>
span { border-color: #9CB2E3; }
span { border-color: rgb(156,178,227); }
td.TdClassName
{
border-color: #9CB2E3;
}
.TagClassName
{
border-color: #9CB2E3;
}
</style>