Shades of Slate Blue #754BC4
Tints of Slate Blue #754BC4
RGB
CMYK
RGB Variations
Color information
#754BC4 (or 0x754BC4) is known color: Slate Blue. HEX triplet: 75, 4B and C4. RGB value is (117,75,196). Sum of RGB (Red+Green+Blue) = 117+75+196=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #754BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BC4 is #8AB43B. Grayscale: #646464. Windows color (decimal): -9090108 or 12864373. OLE color: 12864373.
HSL color Cylindrical-coordinate representation of color #754BC4: hue angle of 260.83º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754BC4 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 75 | 196 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.23 |
| HSL | 260.83º | 0.51% | 0.53% | - |
| HSV(B) | 260.83º | 0.62% | 0.77% | - |
| XYZ | 19.82 | 12.8 | 53.65 | - |
| YUV | 101.35 | 181.41 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 196 | 0.40 | 0.62 | 0 | 0.23 | 260.83 | 0.51 | 0.53 |
| Hex | 75 | 4B | C4 | 28 | 3E | 0 | 17 | 105 | 33 | 35 |
| Octal | 165 | 113 | 304 | 50 | 76 | 0 | 27 | 405 | 63 | 65 |
| Binary | 1110101 | 1001011 | 11000100 | 101000 | 111110 | 0 | 10111 | 100000101 | 110011 | 110101 |
Color Harmonies of #754BC4
Complementary color
Monochromatic Colors of #754BC4
Black with #754BC4
Text Example
Text Example
White with #754BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BC4; }
p { color: rgb(117,75,196); }
H1.HeaderClassName
{
color: #754BC4;
}
.AnyTagClassName
{
color: #754BC4;
}
</style>
background-color css
<style>
a { background-color: #754BC4; }
a { background-color: rgb(117,75,196); }
div.DivClassName
{
background-color: #754BC4;
}
.BgClassName
{
background-color: #754BC4;
}
</style>
border-color css
<style>
span { border-color: #754BC4; }
span { border-color: rgb(117,75,196); }
td.TdClassName
{
border-color: #754BC4;
}
.TagClassName
{
border-color: #754BC4;
}
</style>