Shades of Chatelle #B79DC1
Tints of Chatelle #B79DC1
RGB
CMYK
RGB Variations
Color information
#B79DC1 (or 0xB79DC1) is known color: Chatelle. HEX triplet: B7, 9D and C1. RGB value is (183,157,193). Sum of RGB (Red+Green+Blue) = 183+157+193=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #B79DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DC1 is #48623E. Grayscale: #A8A8A8. Windows color (decimal): -4743743 or 12688823. OLE color: 12688823.
HSL color Cylindrical-coordinate representation of color #B79DC1: hue angle of 283.33º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B79DC1 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 157 | 193 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.24 |
| HSL | 283.33º | 0.23% | 0.69% | - |
| HSV(B) | 283.33º | 0.19% | 0.76% | - |
| XYZ | 41.21 | 38.03 | 55.62 | - |
| YUV | 168.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 193 | 0.05 | 0.19 | 0 | 0.24 | 283.33 | 0.23 | 0.69 |
| Hex | B7 | 9D | C1 | 5 | 13 | 0 | 18 | 11B | 16 | 45 |
| Octal | 267 | 235 | 301 | 5 | 23 | 0 | 30 | 433 | 26 | 105 |
| Binary | 10110111 | 10011101 | 11000001 | 101 | 10011 | 0 | 11000 | 100011011 | 10110 | 1000101 |
Color Harmonies of #B79DC1
Complementary color
Monochromatic Colors of #B79DC1
Black with #B79DC1
Text Example
Text Example
White with #B79DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79DC1; }
p { color: rgb(183,157,193); }
H1.HeaderClassName
{
color: #B79DC1;
}
.AnyTagClassName
{
color: #B79DC1;
}
</style>
background-color css
<style>
a { background-color: #B79DC1; }
a { background-color: rgb(183,157,193); }
div.DivClassName
{
background-color: #B79DC1;
}
.BgClassName
{
background-color: #B79DC1;
}
</style>
border-color css
<style>
span { border-color: #B79DC1; }
span { border-color: rgb(183,157,193); }
td.TdClassName
{
border-color: #B79DC1;
}
.TagClassName
{
border-color: #B79DC1;
}
</style>