Shades of Ce Soir #8B769F
Tints of Ce Soir #8B769F
RGB
CMYK
RGB Variations
Color information
#8B769F (or 0x8B769F) is known color: Ce Soir. HEX triplet: 8B, 76 and 9F. RGB value is (139,118,159). Sum of RGB (Red+Green+Blue) = 139+118+159=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B769F is #748960. Grayscale: #808080. Windows color (decimal): -7637345 or 10450571. OLE color: 10450571.
HSL color Cylindrical-coordinate representation of color #8B769F: hue angle of 270.73º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B769F is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 118 | 159 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.38 |
| HSL | 270.73º | 0.18% | 0.54% | - |
| HSV(B) | 270.73º | 0.26% | 0.62% | - |
| XYZ | 23.38 | 20.95 | 35.61 | - |
| YUV | 128.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 159 | 0.13 | 0.26 | 0 | 0.38 | 270.73 | 0.18 | 0.54 |
| Hex | 8B | 76 | 9F | D | 1A | 0 | 26 | 10F | 12 | 36 |
| Octal | 213 | 166 | 237 | 15 | 32 | 0 | 46 | 417 | 22 | 66 |
| Binary | 10001011 | 1110110 | 10011111 | 1101 | 11010 | 0 | 100110 | 100001111 | 10010 | 110110 |
Color Harmonies of #8B769F
Complementary color
Monochromatic Colors of #8B769F
Black with #8B769F
Text Example
Text Example
White with #8B769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B769F; }
p { color: rgb(139,118,159); }
H1.HeaderClassName
{
color: #8B769F;
}
.AnyTagClassName
{
color: #8B769F;
}
</style>
background-color css
<style>
a { background-color: #8B769F; }
a { background-color: rgb(139,118,159); }
div.DivClassName
{
background-color: #8B769F;
}
.BgClassName
{
background-color: #8B769F;
}
</style>
border-color css
<style>
span { border-color: #8B769F; }
span { border-color: rgb(139,118,159); }
td.TdClassName
{
border-color: #8B769F;
}
.TagClassName
{
border-color: #8B769F;
}
</style>