Shades of Slate Blue #7658CA
Tints of Slate Blue #7658CA
RGB
CMYK
RGB Variations
Color information
#7658CA (or 0x7658CA) is known color: Slate Blue. HEX triplet: 76, 58 and CA. RGB value is (118,88,202). Sum of RGB (Red+Green+Blue) = 118+88+202=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #7658CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7658CA is #89A735. Grayscale: #6D6D6D. Windows color (decimal): -9021238 or 13260918. OLE color: 13260918.
HSL color Cylindrical-coordinate representation of color #7658CA: hue angle of 255.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7658CA is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 88 | 202 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.21 |
| HSL | 255.79º | 0.52% | 0.57% | - |
| HSV(B) | 255.79º | 0.56% | 0.79% | - |
| XYZ | 21.62 | 15.1 | 57.65 | - |
| YUV | 109.97 | 179.94 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 202 | 0.42 | 0.56 | 0 | 0.21 | 255.79 | 0.52 | 0.57 |
| Hex | 76 | 58 | CA | 2A | 38 | 0 | 15 | 100 | 34 | 39 |
| Octal | 166 | 130 | 312 | 52 | 70 | 0 | 25 | 400 | 64 | 71 |
| Binary | 1110110 | 1011000 | 11001010 | 101010 | 111000 | 0 | 10101 | 100000000 | 110100 | 111001 |
Color Harmonies of #7658CA
Complementary color
Monochromatic Colors of #7658CA
Black with #7658CA
Text Example
Text Example
White with #7658CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7658CA; }
p { color: rgb(118,88,202); }
H1.HeaderClassName
{
color: #7658CA;
}
.AnyTagClassName
{
color: #7658CA;
}
</style>
background-color css
<style>
a { background-color: #7658CA; }
a { background-color: rgb(118,88,202); }
div.DivClassName
{
background-color: #7658CA;
}
.BgClassName
{
background-color: #7658CA;
}
</style>
border-color css
<style>
span { border-color: #7658CA; }
span { border-color: rgb(118,88,202); }
td.TdClassName
{
border-color: #7658CA;
}
.TagClassName
{
border-color: #7658CA;
}
</style>