Shades of Studio #7D3FB8
Tints of Studio #7D3FB8
RGB
CMYK
RGB Variations
Color information
#7D3FB8 (or 0x7D3FB8) is known color: Studio. HEX triplet: 7D, 3F and B8. RGB value is (125,63,184). Sum of RGB (Red+Green+Blue) = 125+63+184=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #7D3FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3FB8 is #82C047. Grayscale: #5E5E5E. Windows color (decimal): -8568904 or 12074877. OLE color: 12074877.
HSL color Cylindrical-coordinate representation of color #7D3FB8: hue angle of 270.74º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D3FB8 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 63 | 184 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.28 |
| HSL | 270.74º | 0.49% | 0.48% | - |
| HSV(B) | 270.74º | 0.66% | 0.72% | - |
| XYZ | 18.89 | 11.38 | 46.55 | - |
| YUV | 95.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 184 | 0.32 | 0.66 | 0 | 0.28 | 270.74 | 0.49 | 0.48 |
| Hex | 7D | 3F | B8 | 20 | 42 | 0 | 1C | 10F | 31 | 30 |
| Octal | 175 | 77 | 270 | 40 | 102 | 0 | 34 | 417 | 61 | 60 |
| Binary | 1111101 | 111111 | 10111000 | 100000 | 1000010 | 0 | 11100 | 100001111 | 110001 | 110000 |
Color Harmonies of #7D3FB8
Complementary color
Monochromatic Colors of #7D3FB8
Black with #7D3FB8
Text Example
Text Example
White with #7D3FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3FB8; }
p { color: rgb(125,63,184); }
H1.HeaderClassName
{
color: #7D3FB8;
}
.AnyTagClassName
{
color: #7D3FB8;
}
</style>
background-color css
<style>
a { background-color: #7D3FB8; }
a { background-color: rgb(125,63,184); }
div.DivClassName
{
background-color: #7D3FB8;
}
.BgClassName
{
background-color: #7D3FB8;
}
</style>
border-color css
<style>
span { border-color: #7D3FB8; }
span { border-color: rgb(125,63,184); }
td.TdClassName
{
border-color: #7D3FB8;
}
.TagClassName
{
border-color: #7D3FB8;
}
</style>