Shades of Ce Soir #917BA6
Tints of Ce Soir #917BA6
RGB
CMYK
RGB Variations
Color information
#917BA6 (or 0x917BA6) is known color: Ce Soir. HEX triplet: 91, 7B and A6. RGB value is (145,123,166). Sum of RGB (Red+Green+Blue) = 145+123+166=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 166 - color contains mainly: blue. Hex color #917BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917BA6 is #6E8459. Grayscale: #868686. Windows color (decimal): -7242842 or 10910609. OLE color: 10910609.
HSL color Cylindrical-coordinate representation of color #917BA6: hue angle of 270.7º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #917BA6 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 123 | 166 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.35 |
| HSL | 270.7º | 0.19% | 0.57% | - |
| HSV(B) | 270.7º | 0.26% | 0.65% | - |
| XYZ | 25.64 | 22.94 | 39.15 | - |
| YUV | 134.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 166 | 0.13 | 0.26 | 0 | 0.35 | 270.7 | 0.19 | 0.57 |
| Hex | 91 | 7B | A6 | D | 1A | 0 | 23 | 10F | 13 | 39 |
| Octal | 221 | 173 | 246 | 15 | 32 | 0 | 43 | 417 | 23 | 71 |
| Binary | 10010001 | 1111011 | 10100110 | 1101 | 11010 | 0 | 100011 | 100001111 | 10011 | 111001 |
Color Harmonies of #917BA6
Complementary color
Monochromatic Colors of #917BA6
Black with #917BA6
Text Example
Text Example
White with #917BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917BA6; }
p { color: rgb(145,123,166); }
H1.HeaderClassName
{
color: #917BA6;
}
.AnyTagClassName
{
color: #917BA6;
}
</style>
background-color css
<style>
a { background-color: #917BA6; }
a { background-color: rgb(145,123,166); }
div.DivClassName
{
background-color: #917BA6;
}
.BgClassName
{
background-color: #917BA6;
}
</style>
border-color css
<style>
span { border-color: #917BA6; }
span { border-color: rgb(145,123,166); }
td.TdClassName
{
border-color: #917BA6;
}
.TagClassName
{
border-color: #917BA6;
}
</style>