Shades of Slate Blue #7369CC
Tints of Slate Blue #7369CC
RGB
CMYK
RGB Variations
Color information
#7369CC (or 0x7369CC) is known color: Slate Blue. HEX triplet: 73, 69 and CC. RGB value is (115,105,204). Sum of RGB (Red+Green+Blue) = 115+105+204=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #7369CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369CC is #8C9633. Grayscale: #767676. Windows color (decimal): -9213492 or 13396339. OLE color: 13396339.
HSL color Cylindrical-coordinate representation of color #7369CC: hue angle of 246.06º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7369CC is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 105 | 204 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.2 |
| HSL | 246.06º | 0.49% | 0.61% | - |
| HSV(B) | 246.06º | 0.49% | 0.8% | - |
| XYZ | 23.02 | 18.11 | 59.41 | - |
| YUV | 119.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 204 | 0.44 | 0.49 | 0 | 0.2 | 246.06 | 0.49 | 0.61 |
| Hex | 73 | 69 | CC | 2C | 31 | 0 | 14 | F6 | 31 | 3D |
| Octal | 163 | 151 | 314 | 54 | 61 | 0 | 24 | 366 | 61 | 75 |
| Binary | 1110011 | 1101001 | 11001100 | 101100 | 110001 | 0 | 10100 | 11110110 | 110001 | 111101 |
Color Harmonies of #7369CC
Complementary color
Monochromatic Colors of #7369CC
Black with #7369CC
Text Example
Text Example
White with #7369CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7369CC; }
p { color: rgb(115,105,204); }
H1.HeaderClassName
{
color: #7369CC;
}
.AnyTagClassName
{
color: #7369CC;
}
</style>
background-color css
<style>
a { background-color: #7369CC; }
a { background-color: rgb(115,105,204); }
div.DivClassName
{
background-color: #7369CC;
}
.BgClassName
{
background-color: #7369CC;
}
</style>
border-color css
<style>
span { border-color: #7369CC; }
span { border-color: rgb(115,105,204); }
td.TdClassName
{
border-color: #7369CC;
}
.TagClassName
{
border-color: #7369CC;
}
</style>