Shades of Ce Soir #926BAC
Tints of Ce Soir #926BAC
RGB
CMYK
RGB Variations
Color information
#926BAC (or 0x926BAC) is known color: Ce Soir. HEX triplet: 92, 6B and AC. RGB value is (146,107,172). Sum of RGB (Red+Green+Blue) = 146+107+172=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #926BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926BAC is #6D9453. Grayscale: #7D7D7D. Windows color (decimal): -7181396 or 11299730. OLE color: 11299730.
HSL color Cylindrical-coordinate representation of color #926BAC: hue angle of 276º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #926BAC is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 107 | 172 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.33 |
| HSL | 276º | 0.28% | 0.55% | - |
| HSV(B) | 276º | 0.38% | 0.67% | - |
| XYZ | 24.56 | 19.6 | 41.52 | - |
| YUV | 126.07 | 153.92 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 172 | 0.15 | 0.38 | 0 | 0.33 | 276 | 0.28 | 0.55 |
| Hex | 92 | 6B | AC | F | 26 | 0 | 21 | 114 | 1C | 37 |
| Octal | 222 | 153 | 254 | 17 | 46 | 0 | 41 | 424 | 34 | 67 |
| Binary | 10010010 | 1101011 | 10101100 | 1111 | 100110 | 0 | 100001 | 100010100 | 11100 | 110111 |
Color Harmonies of #926BAC
Complementary color
Monochromatic Colors of #926BAC
Black with #926BAC
Text Example
Text Example
White with #926BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926BAC; }
p { color: rgb(146,107,172); }
H1.HeaderClassName
{
color: #926BAC;
}
.AnyTagClassName
{
color: #926BAC;
}
</style>
background-color css
<style>
a { background-color: #926BAC; }
a { background-color: rgb(146,107,172); }
div.DivClassName
{
background-color: #926BAC;
}
.BgClassName
{
background-color: #926BAC;
}
</style>
border-color css
<style>
span { border-color: #926BAC; }
span { border-color: rgb(146,107,172); }
td.TdClassName
{
border-color: #926BAC;
}
.TagClassName
{
border-color: #926BAC;
}
</style>