Shades of Slate Blue #7268C8
Tints of Slate Blue #7268C8
RGB
CMYK
RGB Variations
Color information
#7268C8 (or 0x7268C8) is known color: Slate Blue. HEX triplet: 72, 68 and C8. RGB value is (114,104,200). Sum of RGB (Red+Green+Blue) = 114+104+200=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #7268C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268C8 is #8D9737. Grayscale: #757575. Windows color (decimal): -9279288 or 13133938. OLE color: 13133938.
HSL color Cylindrical-coordinate representation of color #7268C8: hue angle of 246.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7268C8 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 104 | 200 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.22 |
| HSL | 246.25º | 0.47% | 0.6% | - |
| HSV(B) | 246.25º | 0.48% | 0.78% | - |
| XYZ | 22.32 | 17.65 | 56.87 | - |
| YUV | 117.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 200 | 0.43 | 0.48 | 0 | 0.22 | 246.25 | 0.47 | 0.6 |
| Hex | 72 | 68 | C8 | 2B | 30 | 0 | 16 | F6 | 2F | 3C |
| Octal | 162 | 150 | 310 | 53 | 60 | 0 | 26 | 366 | 57 | 74 |
| Binary | 1110010 | 1101000 | 11001000 | 101011 | 110000 | 0 | 10110 | 11110110 | 101111 | 111100 |
Color Harmonies of #7268C8
Complementary color
Monochromatic Colors of #7268C8
Black with #7268C8
Text Example
Text Example
White with #7268C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7268C8; }
p { color: rgb(114,104,200); }
H1.HeaderClassName
{
color: #7268C8;
}
.AnyTagClassName
{
color: #7268C8;
}
</style>
background-color css
<style>
a { background-color: #7268C8; }
a { background-color: rgb(114,104,200); }
div.DivClassName
{
background-color: #7268C8;
}
.BgClassName
{
background-color: #7268C8;
}
</style>
border-color css
<style>
span { border-color: #7268C8; }
span { border-color: rgb(114,104,200); }
td.TdClassName
{
border-color: #7268C8;
}
.TagClassName
{
border-color: #7268C8;
}
</style>