Shades of Perano #9CB2FF
Tints of Perano #9CB2FF
RGB
CMYK
RGB Variations
Color information
#9CB2FF (or 0x9CB2FF) is known color: Perano. HEX triplet: 9C, B2 and FF. RGB value is (156,178,255). Sum of RGB (Red+Green+Blue) = 156+178+255=589 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.49% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CB2FF is #634D00. Grayscale: #B3B3B3. Windows color (decimal): -6507777 or 16757404. OLE color: 16757404.
HSL color Cylindrical-coordinate representation of color #9CB2FF: hue angle of 226.67º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CB2FF is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 178 | 255 | - |
| CMYK | 0.39 | 0.30 | 0 | 0 |
| HSL | 226.67º | 1% | 0.81% | - |
| HSV(B) | 226.67º | 0.39% | 1% | - |
| XYZ | 47.68 | 46.13 | 101 | - |
| YUV | 180.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 255 | 0.39 | 0.30 | 0 | 0 | 226.67 | 1 | 0.81 |
| Hex | 9C | B2 | FF | 27 | 1E | 0 | 0 | E3 | 64 | 51 |
| Octal | 234 | 262 | 377 | 47 | 36 | 0 | 0 | 343 | 144 | 121 |
| Binary | 10011100 | 10110010 | 11111111 | 100111 | 11110 | 0 | 0 | 11100011 | 1100100 | 1010001 |
Color Harmonies of #9CB2FF
Complementary color
Monochromatic Colors of #9CB2FF
Black with #9CB2FF
Text Example
Text Example
White with #9CB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB2FF; }
p { color: rgb(156,178,255); }
H1.HeaderClassName
{
color: #9CB2FF;
}
.AnyTagClassName
{
color: #9CB2FF;
}
</style>
background-color css
<style>
a { background-color: #9CB2FF; }
a { background-color: rgb(156,178,255); }
div.DivClassName
{
background-color: #9CB2FF;
}
.BgClassName
{
background-color: #9CB2FF;
}
</style>
border-color css
<style>
span { border-color: #9CB2FF; }
span { border-color: rgb(156,178,255); }
td.TdClassName
{
border-color: #9CB2FF;
}
.TagClassName
{
border-color: #9CB2FF;
}
</style>