Shades of Slate Blue #7663CE
Tints of Slate Blue #7663CE
RGB
CMYK
RGB Variations
Color information
#7663CE (or 0x7663CE) is known color: Slate Blue. HEX triplet: 76, 63 and CE. RGB value is (118,99,206). Sum of RGB (Red+Green+Blue) = 118+99+206=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #7663CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7663CE is #899C31. Grayscale: #747474. Windows color (decimal): -9018418 or 13525878. OLE color: 13525878.
HSL color Cylindrical-coordinate representation of color #7663CE: hue angle of 250.65º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7663CE is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 99 | 206 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.19 |
| HSL | 250.65º | 0.52% | 0.6% | - |
| HSV(B) | 250.65º | 0.52% | 0.81% | - |
| XYZ | 23.07 | 17.23 | 60.5 | - |
| YUV | 116.88 | 178.29 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 206 | 0.43 | 0.52 | 0 | 0.19 | 250.65 | 0.52 | 0.6 |
| Hex | 76 | 63 | CE | 2B | 34 | 0 | 13 | FB | 34 | 3C |
| Octal | 166 | 143 | 316 | 53 | 64 | 0 | 23 | 373 | 64 | 74 |
| Binary | 1110110 | 1100011 | 11001110 | 101011 | 110100 | 0 | 10011 | 11111011 | 110100 | 111100 |
Color Harmonies of #7663CE
Complementary color
Monochromatic Colors of #7663CE
Black with #7663CE
Text Example
Text Example
White with #7663CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7663CE; }
p { color: rgb(118,99,206); }
H1.HeaderClassName
{
color: #7663CE;
}
.AnyTagClassName
{
color: #7663CE;
}
</style>
background-color css
<style>
a { background-color: #7663CE; }
a { background-color: rgb(118,99,206); }
div.DivClassName
{
background-color: #7663CE;
}
.BgClassName
{
background-color: #7663CE;
}
</style>
border-color css
<style>
span { border-color: #7663CE; }
span { border-color: rgb(118,99,206); }
td.TdClassName
{
border-color: #7663CE;
}
.TagClassName
{
border-color: #7663CE;
}
</style>