Shades of Slate Blue #7067CB
Tints of Slate Blue #7067CB
RGB
CMYK
RGB Variations
Color information
#7067CB (or 0x7067CB) is known color: Slate Blue. HEX triplet: 70, 67 and CB. RGB value is (112,103,203). Sum of RGB (Red+Green+Blue) = 112+103+203=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #7067CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067CB is #8F9834. Grayscale: #747474. Windows color (decimal): -9410613 or 13330288. OLE color: 13330288.
HSL color Cylindrical-coordinate representation of color #7067CB: hue angle of 245.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7067CB is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 103 | 203 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.20 |
| HSL | 245.4º | 0.49% | 0.6% | - |
| HSV(B) | 245.4º | 0.49% | 0.8% | - |
| XYZ | 22.31 | 17.46 | 58.69 | - |
| YUV | 117.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 203 | 0.45 | 0.49 | 0 | 0.20 | 245.4 | 0.49 | 0.6 |
| Hex | 70 | 67 | CB | 2D | 31 | 0 | 14 | F5 | 31 | 3C |
| Octal | 160 | 147 | 313 | 55 | 61 | 0 | 24 | 365 | 61 | 74 |
| Binary | 1110000 | 1100111 | 11001011 | 101101 | 110001 | 0 | 10100 | 11110101 | 110001 | 111100 |
Color Harmonies of #7067CB
Complementary color
Monochromatic Colors of #7067CB
Black with #7067CB
Text Example
Text Example
White with #7067CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7067CB; }
p { color: rgb(112,103,203); }
H1.HeaderClassName
{
color: #7067CB;
}
.AnyTagClassName
{
color: #7067CB;
}
</style>
background-color css
<style>
a { background-color: #7067CB; }
a { background-color: rgb(112,103,203); }
div.DivClassName
{
background-color: #7067CB;
}
.BgClassName
{
background-color: #7067CB;
}
</style>
border-color css
<style>
span { border-color: #7067CB; }
span { border-color: rgb(112,103,203); }
td.TdClassName
{
border-color: #7067CB;
}
.TagClassName
{
border-color: #7067CB;
}
</style>