Shades of Perano #9DB7F3
Tints of Perano #9DB7F3
RGB
CMYK
RGB Variations
Color information
#9DB7F3 (or 0x9DB7F3) is known color: Perano. HEX triplet: 9D, B7 and F3. RGB value is (157,183,243). Sum of RGB (Red+Green+Blue) = 157+183+243=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #9DB7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB7F3 is #62480C. Grayscale: #B5B5B5. Windows color (decimal): -6440973 or 15972253. OLE color: 15972253.
HSL color Cylindrical-coordinate representation of color #9DB7F3: hue angle of 221.86º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DB7F3 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 183 | 243 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.05 |
| HSL | 221.86º | 0.78% | 0.78% | - |
| HSV(B) | 221.86º | 0.35% | 0.95% | - |
| XYZ | 47.02 | 47.51 | 91.49 | - |
| YUV | 182.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 243 | 0.35 | 0.25 | 0 | 0.05 | 221.86 | 0.78 | 0.78 |
| Hex | 9D | B7 | F3 | 23 | 19 | 0 | 5 | DE | 4E | 4E |
| Octal | 235 | 267 | 363 | 43 | 31 | 0 | 5 | 336 | 116 | 116 |
| Binary | 10011101 | 10110111 | 11110011 | 100011 | 11001 | 0 | 101 | 11011110 | 1001110 | 1001110 |
Color Harmonies of #9DB7F3
Complementary color
Monochromatic Colors of #9DB7F3
Black with #9DB7F3
Text Example
Text Example
White with #9DB7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB7F3; }
p { color: rgb(157,183,243); }
H1.HeaderClassName
{
color: #9DB7F3;
}
.AnyTagClassName
{
color: #9DB7F3;
}
</style>
background-color css
<style>
a { background-color: #9DB7F3; }
a { background-color: rgb(157,183,243); }
div.DivClassName
{
background-color: #9DB7F3;
}
.BgClassName
{
background-color: #9DB7F3;
}
</style>
border-color css
<style>
span { border-color: #9DB7F3; }
span { border-color: rgb(157,183,243); }
td.TdClassName
{
border-color: #9DB7F3;
}
.TagClassName
{
border-color: #9DB7F3;
}
</style>