Shades of Slate Blue #7269D3
Tints of Slate Blue #7269D3
RGB
CMYK
RGB Variations
Color information
#7269D3 (or 0x7269D3) is known color: Slate Blue. HEX triplet: 72, 69 and D3. RGB value is (114,105,211). Sum of RGB (Red+Green+Blue) = 114+105+211=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 211 - color contains mainly: blue. Hex color #7269D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7269D3 is #8D962C. Grayscale: #777777. Windows color (decimal): -9279021 or 13855090. OLE color: 13855090.
HSL color Cylindrical-coordinate representation of color #7269D3: hue angle of 245.09º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7269D3 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 105 | 211 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.17 |
| HSL | 245.09º | 0.55% | 0.62% | - |
| HSV(B) | 245.09º | 0.5% | 0.83% | - |
| XYZ | 23.75 | 18.38 | 63.92 | - |
| YUV | 119.78 | 179.48 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 211 | 0.46 | 0.50 | 0 | 0.17 | 245.09 | 0.55 | 0.62 |
| Hex | 72 | 69 | D3 | 2E | 32 | 0 | 11 | F5 | 37 | 3E |
| Octal | 162 | 151 | 323 | 56 | 62 | 0 | 21 | 365 | 67 | 76 |
| Binary | 1110010 | 1101001 | 11010011 | 101110 | 110010 | 0 | 10001 | 11110101 | 110111 | 111110 |
Color Harmonies of #7269D3
Complementary color
Monochromatic Colors of #7269D3
Black with #7269D3
Text Example
Text Example
White with #7269D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7269D3; }
p { color: rgb(114,105,211); }
H1.HeaderClassName
{
color: #7269D3;
}
.AnyTagClassName
{
color: #7269D3;
}
</style>
background-color css
<style>
a { background-color: #7269D3; }
a { background-color: rgb(114,105,211); }
div.DivClassName
{
background-color: #7269D3;
}
.BgClassName
{
background-color: #7269D3;
}
</style>
border-color css
<style>
span { border-color: #7269D3; }
span { border-color: rgb(114,105,211); }
td.TdClassName
{
border-color: #7269D3;
}
.TagClassName
{
border-color: #7269D3;
}
</style>