Shades of Slate Blue #7654CB
Tints of Slate Blue #7654CB
RGB
CMYK
RGB Variations
Color information
#7654CB (or 0x7654CB) is known color: Slate Blue. HEX triplet: 76, 54 and CB. RGB value is (118,84,203). Sum of RGB (Red+Green+Blue) = 118+84+203=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #7654CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7654CB is #89AB34. Grayscale: #6B6B6B. Windows color (decimal): -9022261 or 13325430. OLE color: 13325430.
HSL color Cylindrical-coordinate representation of color #7654CB: hue angle of 257.14º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7654CB is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 84 | 203 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.20 |
| HSL | 257.14º | 0.53% | 0.56% | - |
| HSV(B) | 257.14º | 0.59% | 0.8% | - |
| XYZ | 21.42 | 14.5 | 58.17 | - |
| YUV | 107.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 203 | 0.42 | 0.59 | 0 | 0.20 | 257.14 | 0.53 | 0.56 |
| Hex | 76 | 54 | CB | 2A | 3B | 0 | 14 | 101 | 35 | 38 |
| Octal | 166 | 124 | 313 | 52 | 73 | 0 | 24 | 401 | 65 | 70 |
| Binary | 1110110 | 1010100 | 11001011 | 101010 | 111011 | 0 | 10100 | 100000001 | 110101 | 111000 |
Color Harmonies of #7654CB
Complementary color
Monochromatic Colors of #7654CB
Black with #7654CB
Text Example
Text Example
White with #7654CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7654CB; }
p { color: rgb(118,84,203); }
H1.HeaderClassName
{
color: #7654CB;
}
.AnyTagClassName
{
color: #7654CB;
}
</style>
background-color css
<style>
a { background-color: #7654CB; }
a { background-color: rgb(118,84,203); }
div.DivClassName
{
background-color: #7654CB;
}
.BgClassName
{
background-color: #7654CB;
}
</style>
border-color css
<style>
span { border-color: #7654CB; }
span { border-color: rgb(118,84,203); }
td.TdClassName
{
border-color: #7654CB;
}
.TagClassName
{
border-color: #7654CB;
}
</style>