Shades of Slate Blue #754DCB
Tints of Slate Blue #754DCB
RGB
CMYK
RGB Variations
Color information
#754DCB (or 0x754DCB) is known color: Slate Blue. HEX triplet: 75, 4D and CB. RGB value is (117,77,203). Sum of RGB (Red+Green+Blue) = 117+77+203=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #754DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DCB is #8AB234. Grayscale: #666666. Windows color (decimal): -9089589 or 13323637. OLE color: 13323637.
HSL color Cylindrical-coordinate representation of color #754DCB: hue angle of 259.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754DCB is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 77 | 203 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.20 |
| HSL | 259.05º | 0.55% | 0.55% | - |
| HSV(B) | 259.05º | 0.62% | 0.8% | - |
| XYZ | 20.77 | 13.4 | 57.99 | - |
| YUV | 103.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 203 | 0.42 | 0.62 | 0 | 0.20 | 259.05 | 0.55 | 0.55 |
| Hex | 75 | 4D | CB | 2A | 3E | 0 | 14 | 103 | 37 | 37 |
| Octal | 165 | 115 | 313 | 52 | 76 | 0 | 24 | 403 | 67 | 67 |
| Binary | 1110101 | 1001101 | 11001011 | 101010 | 111110 | 0 | 10100 | 100000011 | 110111 | 110111 |
Color Harmonies of #754DCB
Complementary color
Monochromatic Colors of #754DCB
Black with #754DCB
Text Example
Text Example
White with #754DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DCB; }
p { color: rgb(117,77,203); }
H1.HeaderClassName
{
color: #754DCB;
}
.AnyTagClassName
{
color: #754DCB;
}
</style>
background-color css
<style>
a { background-color: #754DCB; }
a { background-color: rgb(117,77,203); }
div.DivClassName
{
background-color: #754DCB;
}
.BgClassName
{
background-color: #754DCB;
}
</style>
border-color css
<style>
span { border-color: #754DCB; }
span { border-color: rgb(117,77,203); }
td.TdClassName
{
border-color: #754DCB;
}
.TagClassName
{
border-color: #754DCB;
}
</style>