Shades of Cosmic #834B6E
Tints of Cosmic #834B6E
RGB
CMYK
RGB Variations
Color information
#834B6E (or 0x834B6E) is known color: Cosmic. HEX triplet: 83, 4B and 6E. RGB value is (131,75,110). Sum of RGB (Red+Green+Blue) = 131+75+110=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 131 - color contains mainly: red. Hex color #834B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834B6E is #7CB491. Grayscale: #5F5F5F. Windows color (decimal): -8172690 or 7228291. OLE color: 7228291.
HSL color Cylindrical-coordinate representation of color #834B6E: hue angle of 322.5º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #834B6E is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 75 | 110 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.49 |
| HSL | 322.5º | 0.27% | 0.4% | - |
| HSV(B) | 322.5º | 0.43% | 0.51% | - |
| XYZ | 14.69 | 10.98 | 16.1 | - |
| YUV | 95.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 110 | 0 | 0.43 | 0.16 | 0.49 | 322.5 | 0.27 | 0.4 |
| Hex | 83 | 4B | 6E | 0 | 2B | 10 | 31 | 142 | 1B | 28 |
| Octal | 203 | 113 | 156 | 0 | 53 | 20 | 61 | 502 | 33 | 50 |
| Binary | 10000011 | 1001011 | 1101110 | 0 | 101011 | 10000 | 110001 | 101000010 | 11011 | 101000 |
Color Harmonies of #834B6E
Complementary color
Monochromatic Colors of #834B6E
Black with #834B6E
Text Example
Text Example
White with #834B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834B6E; }
p { color: rgb(131,75,110); }
H1.HeaderClassName
{
color: #834B6E;
}
.AnyTagClassName
{
color: #834B6E;
}
</style>
background-color css
<style>
a { background-color: #834B6E; }
a { background-color: rgb(131,75,110); }
div.DivClassName
{
background-color: #834B6E;
}
.BgClassName
{
background-color: #834B6E;
}
</style>
border-color css
<style>
span { border-color: #834B6E; }
span { border-color: rgb(131,75,110); }
td.TdClassName
{
border-color: #834B6E;
}
.TagClassName
{
border-color: #834B6E;
}
</style>