Shades of Ce Soir #926B9C
Tints of Ce Soir #926B9C
RGB
CMYK
RGB Variations
Color information
#926B9C (or 0x926B9C) is known color: Ce Soir. HEX triplet: 92, 6B and 9C. RGB value is (146,107,156). Sum of RGB (Red+Green+Blue) = 146+107+156=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #926B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926B9C is #6D9463. Grayscale: #7C7C7C. Windows color (decimal): -7181412 or 10251154. OLE color: 10251154.
HSL color Cylindrical-coordinate representation of color #926B9C: hue angle of 287.76º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #926B9C is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 107 | 156 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.39 |
| HSL | 287.76º | 0.2% | 0.52% | - |
| HSV(B) | 287.76º | 0.31% | 0.61% | - |
| XYZ | 23.11 | 19.03 | 33.91 | - |
| YUV | 124.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 156 | 0.06 | 0.31 | 0 | 0.39 | 287.76 | 0.2 | 0.52 |
| Hex | 92 | 6B | 9C | 6 | 1F | 0 | 27 | 120 | 14 | 34 |
| Octal | 222 | 153 | 234 | 6 | 37 | 0 | 47 | 440 | 24 | 64 |
| Binary | 10010010 | 1101011 | 10011100 | 110 | 11111 | 0 | 100111 | 100100000 | 10100 | 110100 |
Color Harmonies of #926B9C
Complementary color
Monochromatic Colors of #926B9C
Black with #926B9C
Text Example
Text Example
White with #926B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926B9C; }
p { color: rgb(146,107,156); }
H1.HeaderClassName
{
color: #926B9C;
}
.AnyTagClassName
{
color: #926B9C;
}
</style>
background-color css
<style>
a { background-color: #926B9C; }
a { background-color: rgb(146,107,156); }
div.DivClassName
{
background-color: #926B9C;
}
.BgClassName
{
background-color: #926B9C;
}
</style>
border-color css
<style>
span { border-color: #926B9C; }
span { border-color: rgb(146,107,156); }
td.TdClassName
{
border-color: #926B9C;
}
.TagClassName
{
border-color: #926B9C;
}
</style>