Shades of Slate Blue #7658CE
Tints of Slate Blue #7658CE
RGB
CMYK
RGB Variations
Color information
#7658CE (or 0x7658CE) is known color: Slate Blue. HEX triplet: 76, 58 and CE. RGB value is (118,88,206). Sum of RGB (Red+Green+Blue) = 118+88+206=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #7658CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7658CE is #89A731. Grayscale: #6D6D6D. Windows color (decimal): -9021234 or 13523062. OLE color: 13523062.
HSL color Cylindrical-coordinate representation of color #7658CE: hue angle of 255.25º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7658CE is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 88 | 206 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.19 |
| HSL | 255.25º | 0.55% | 0.58% | - |
| HSV(B) | 255.25º | 0.57% | 0.81% | - |
| XYZ | 22.1 | 15.29 | 60.18 | - |
| YUV | 110.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 206 | 0.43 | 0.57 | 0 | 0.19 | 255.25 | 0.55 | 0.58 |
| Hex | 76 | 58 | CE | 2B | 39 | 0 | 13 | FF | 37 | 3A |
| Octal | 166 | 130 | 316 | 53 | 71 | 0 | 23 | 377 | 67 | 72 |
| Binary | 1110110 | 1011000 | 11001110 | 101011 | 111001 | 0 | 10011 | 11111111 | 110111 | 111010 |
Color Harmonies of #7658CE
Complementary color
Monochromatic Colors of #7658CE
Black with #7658CE
Text Example
Text Example
White with #7658CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7658CE; }
p { color: rgb(118,88,206); }
H1.HeaderClassName
{
color: #7658CE;
}
.AnyTagClassName
{
color: #7658CE;
}
</style>
background-color css
<style>
a { background-color: #7658CE; }
a { background-color: rgb(118,88,206); }
div.DivClassName
{
background-color: #7658CE;
}
.BgClassName
{
background-color: #7658CE;
}
</style>
border-color css
<style>
span { border-color: #7658CE; }
span { border-color: rgb(118,88,206); }
td.TdClassName
{
border-color: #7658CE;
}
.TagClassName
{
border-color: #7658CE;
}
</style>