Shades of Slate Blue #7865CF
Tints of Slate Blue #7865CF
RGB
CMYK
RGB Variations
Color information
#7865CF (or 0x7865CF) is known color: Slate Blue. HEX triplet: 78, 65 and CF. RGB value is (120,101,207). Sum of RGB (Red+Green+Blue) = 120+101+207=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #7865CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7865CF is #879A30. Grayscale: #767676. Windows color (decimal): -8886833 or 13591928. OLE color: 13591928.
HSL color Cylindrical-coordinate representation of color #7865CF: hue angle of 250.75º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7865CF is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 101 | 207 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.19 |
| HSL | 250.75º | 0.52% | 0.6% | - |
| HSV(B) | 250.75º | 0.51% | 0.81% | - |
| XYZ | 23.66 | 17.81 | 61.22 | - |
| YUV | 118.77 | 177.79 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 207 | 0.42 | 0.51 | 0 | 0.19 | 250.75 | 0.52 | 0.6 |
| Hex | 78 | 65 | CF | 2A | 33 | 0 | 13 | FB | 34 | 3C |
| Octal | 170 | 145 | 317 | 52 | 63 | 0 | 23 | 373 | 64 | 74 |
| Binary | 1111000 | 1100101 | 11001111 | 101010 | 110011 | 0 | 10011 | 11111011 | 110100 | 111100 |
Color Harmonies of #7865CF
Complementary color
Monochromatic Colors of #7865CF
Black with #7865CF
Text Example
Text Example
White with #7865CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7865CF; }
p { color: rgb(120,101,207); }
H1.HeaderClassName
{
color: #7865CF;
}
.AnyTagClassName
{
color: #7865CF;
}
</style>
background-color css
<style>
a { background-color: #7865CF; }
a { background-color: rgb(120,101,207); }
div.DivClassName
{
background-color: #7865CF;
}
.BgClassName
{
background-color: #7865CF;
}
</style>
border-color css
<style>
span { border-color: #7865CF; }
span { border-color: rgb(120,101,207); }
td.TdClassName
{
border-color: #7865CF;
}
.TagClassName
{
border-color: #7865CF;
}
</style>