Shades of Studio #754BB2
Tints of Studio #754BB2
RGB
CMYK
RGB Variations
Color information
#754BB2 (or 0x754BB2) is known color: Studio. HEX triplet: 75, 4B and B2. RGB value is (117,75,178). Sum of RGB (Red+Green+Blue) = 117+75+178=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #754BB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754BB2 is #8AB44D. Grayscale: #626262. Windows color (decimal): -9090126 or 11684725. OLE color: 11684725.
HSL color Cylindrical-coordinate representation of color #754BB2: hue angle of 264.47º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754BB2 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 75 | 178 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.30 |
| HSL | 264.47º | 0.41% | 0.5% | - |
| HSV(B) | 264.47º | 0.58% | 0.7% | - |
| XYZ | 17.89 | 12.03 | 43.5 | - |
| YUV | 99.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 178 | 0.34 | 0.58 | 0 | 0.30 | 264.47 | 0.41 | 0.5 |
| Hex | 75 | 4B | B2 | 22 | 3A | 0 | 1E | 108 | 29 | 32 |
| Octal | 165 | 113 | 262 | 42 | 72 | 0 | 36 | 410 | 51 | 62 |
| Binary | 1110101 | 1001011 | 10110010 | 100010 | 111010 | 0 | 11110 | 100001000 | 101001 | 110010 |
Color Harmonies of #754BB2
Complementary color
Monochromatic Colors of #754BB2
Black with #754BB2
Text Example
Text Example
White with #754BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BB2; }
p { color: rgb(117,75,178); }
H1.HeaderClassName
{
color: #754BB2;
}
.AnyTagClassName
{
color: #754BB2;
}
</style>
background-color css
<style>
a { background-color: #754BB2; }
a { background-color: rgb(117,75,178); }
div.DivClassName
{
background-color: #754BB2;
}
.BgClassName
{
background-color: #754BB2;
}
</style>
border-color css
<style>
span { border-color: #754BB2; }
span { border-color: rgb(117,75,178); }
td.TdClassName
{
border-color: #754BB2;
}
.TagClassName
{
border-color: #754BB2;
}
</style>