Shades of Cosmic #7E3B69
Tints of Cosmic #7E3B69
RGB
CMYK
RGB Variations
Color information
#7E3B69 (or 0x7E3B69) is known color: Cosmic. HEX triplet: 7E, 3B and 69. RGB value is (126,59,105). Sum of RGB (Red+Green+Blue) = 126+59+105=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3B69 is #81C496. Grayscale: #545454. Windows color (decimal): -8504471 or 6896510. OLE color: 6896510.
HSL color Cylindrical-coordinate representation of color #7E3B69: hue angle of 318.81º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E3B69 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 59 | 105 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.51 |
| HSL | 318.81º | 0.36% | 0.36% | - |
| HSV(B) | 318.81º | 0.53% | 0.49% | - |
| XYZ | 12.72 | 8.58 | 14.35 | - |
| YUV | 84.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 59 | 105 | 0 | 0.53 | 0.17 | 0.51 | 318.81 | 0.36 | 0.36 |
| Hex | 7E | 3B | 69 | 0 | 35 | 11 | 33 | 13F | 24 | 24 |
| Octal | 176 | 73 | 151 | 0 | 65 | 21 | 63 | 477 | 44 | 44 |
| Binary | 1111110 | 111011 | 1101001 | 0 | 110101 | 10001 | 110011 | 100111111 | 100100 | 100100 |
Color Harmonies of #7E3B69
Complementary color
Monochromatic Colors of #7E3B69
Black with #7E3B69
Text Example
Text Example
White with #7E3B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3B69; }
p { color: rgb(126,59,105); }
H1.HeaderClassName
{
color: #7E3B69;
}
.AnyTagClassName
{
color: #7E3B69;
}
</style>
background-color css
<style>
a { background-color: #7E3B69; }
a { background-color: rgb(126,59,105); }
div.DivClassName
{
background-color: #7E3B69;
}
.BgClassName
{
background-color: #7E3B69;
}
</style>
border-color css
<style>
span { border-color: #7E3B69; }
span { border-color: rgb(126,59,105); }
td.TdClassName
{
border-color: #7E3B69;
}
.TagClassName
{
border-color: #7E3B69;
}
</style>