Shades of Studio #755B9D
Tints of Studio #755B9D
RGB
CMYK
RGB Variations
Color information
#755B9D (or 0x755B9D) is known color: Studio. HEX triplet: 75, 5B and 9D. RGB value is (117,91,157). Sum of RGB (Red+Green+Blue) = 117+91+157=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #755B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B9D is #8AA462. Grayscale: #6A6A6A. Windows color (decimal): -9086051 or 10312565. OLE color: 10312565.
HSL color Cylindrical-coordinate representation of color #755B9D: hue angle of 263.64º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755B9D is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 91 | 157 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.38 |
| HSL | 263.64º | 0.27% | 0.49% | - |
| HSV(B) | 263.64º | 0.42% | 0.62% | - |
| XYZ | 17.16 | 13.7 | 33.64 | - |
| YUV | 106.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 157 | 0.25 | 0.42 | 0 | 0.38 | 263.64 | 0.27 | 0.49 |
| Hex | 75 | 5B | 9D | 19 | 2A | 0 | 26 | 108 | 1B | 31 |
| Octal | 165 | 133 | 235 | 31 | 52 | 0 | 46 | 410 | 33 | 61 |
| Binary | 1110101 | 1011011 | 10011101 | 11001 | 101010 | 0 | 100110 | 100001000 | 11011 | 110001 |
Color Harmonies of #755B9D
Complementary color
Monochromatic Colors of #755B9D
Black with #755B9D
Text Example
Text Example
White with #755B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B9D; }
p { color: rgb(117,91,157); }
H1.HeaderClassName
{
color: #755B9D;
}
.AnyTagClassName
{
color: #755B9D;
}
</style>
background-color css
<style>
a { background-color: #755B9D; }
a { background-color: rgb(117,91,157); }
div.DivClassName
{
background-color: #755B9D;
}
.BgClassName
{
background-color: #755B9D;
}
</style>
border-color css
<style>
span { border-color: #755B9D; }
span { border-color: rgb(117,91,157); }
td.TdClassName
{
border-color: #755B9D;
}
.TagClassName
{
border-color: #755B9D;
}
</style>