Shades of Slate Blue #7263C3
Tints of Slate Blue #7263C3
RGB
CMYK
RGB Variations
Color information
#7263C3 (or 0x7263C3) is known color: Slate Blue. HEX triplet: 72, 63 and C3. RGB value is (114,99,195). Sum of RGB (Red+Green+Blue) = 114+99+195=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 195 (76.56% from 255 or 47.79% from 408); Max value from RGB is 195 - color contains mainly: blue. Hex color #7263C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7263C3 is #8D9C3C. Grayscale: #727272. Windows color (decimal): -9280573 or 12804978. OLE color: 12804978.
HSL color Cylindrical-coordinate representation of color #7263C3: hue angle of 249.38º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7263C3 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 99 | 195 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.24 |
| HSL | 249.38º | 0.44% | 0.58% | - |
| HSV(B) | 249.38º | 0.49% | 0.76% | - |
| XYZ | 21.25 | 16.44 | 53.68 | - |
| YUV | 114.43 | 173.47 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 195 | 0.42 | 0.49 | 0 | 0.24 | 249.38 | 0.44 | 0.58 |
| Hex | 72 | 63 | C3 | 2A | 31 | 0 | 18 | F9 | 2C | 3A |
| Octal | 162 | 143 | 303 | 52 | 61 | 0 | 30 | 371 | 54 | 72 |
| Binary | 1110010 | 1100011 | 11000011 | 101010 | 110001 | 0 | 11000 | 11111001 | 101100 | 111010 |
Color Harmonies of #7263C3
Complementary color
Monochromatic Colors of #7263C3
Black with #7263C3
Text Example
Text Example
White with #7263C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7263C3; }
p { color: rgb(114,99,195); }
H1.HeaderClassName
{
color: #7263C3;
}
.AnyTagClassName
{
color: #7263C3;
}
</style>
background-color css
<style>
a { background-color: #7263C3; }
a { background-color: rgb(114,99,195); }
div.DivClassName
{
background-color: #7263C3;
}
.BgClassName
{
background-color: #7263C3;
}
</style>
border-color css
<style>
span { border-color: #7263C3; }
span { border-color: rgb(114,99,195); }
td.TdClassName
{
border-color: #7263C3;
}
.TagClassName
{
border-color: #7263C3;
}
</style>