Shades of Slate Blue #7365CB
Tints of Slate Blue #7365CB
RGB
CMYK
RGB Variations
Color information
#7365CB (or 0x7365CB) is known color: Slate Blue. HEX triplet: 73, 65 and CB. RGB value is (115,101,203). Sum of RGB (Red+Green+Blue) = 115+101+203=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #7365CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7365CB is #8C9A34. Grayscale: #747474. Windows color (decimal): -9214517 or 13329779. OLE color: 13329779.
HSL color Cylindrical-coordinate representation of color #7365CB: hue angle of 248.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7365CB is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 101 | 203 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.20 |
| HSL | 248.24º | 0.5% | 0.6% | - |
| HSV(B) | 248.24º | 0.5% | 0.8% | - |
| XYZ | 22.5 | 17.26 | 58.65 | - |
| YUV | 116.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 203 | 0.43 | 0.50 | 0 | 0.20 | 248.24 | 0.5 | 0.6 |
| Hex | 73 | 65 | CB | 2B | 32 | 0 | 14 | F8 | 32 | 3C |
| Octal | 163 | 145 | 313 | 53 | 62 | 0 | 24 | 370 | 62 | 74 |
| Binary | 1110011 | 1100101 | 11001011 | 101011 | 110010 | 0 | 10100 | 11111000 | 110010 | 111100 |
Color Harmonies of #7365CB
Complementary color
Monochromatic Colors of #7365CB
Black with #7365CB
Text Example
Text Example
White with #7365CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7365CB; }
p { color: rgb(115,101,203); }
H1.HeaderClassName
{
color: #7365CB;
}
.AnyTagClassName
{
color: #7365CB;
}
</style>
background-color css
<style>
a { background-color: #7365CB; }
a { background-color: rgb(115,101,203); }
div.DivClassName
{
background-color: #7365CB;
}
.BgClassName
{
background-color: #7365CB;
}
</style>
border-color css
<style>
span { border-color: #7365CB; }
span { border-color: rgb(115,101,203); }
td.TdClassName
{
border-color: #7365CB;
}
.TagClassName
{
border-color: #7365CB;
}
</style>