Shades of Slate Blue #7767CF
Tints of Slate Blue #7767CF
RGB
CMYK
RGB Variations
Color information
#7767CF (or 0x7767CF) is known color: Slate Blue. HEX triplet: 77, 67 and CF. RGB value is (119,103,207). Sum of RGB (Red+Green+Blue) = 119+103+207=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #7767CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767CF is #889830. Grayscale: #777777. Windows color (decimal): -8951857 or 13592439. OLE color: 13592439.
HSL color Cylindrical-coordinate representation of color #7767CF: hue angle of 249.23º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7767CF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 103 | 207 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.19 |
| HSL | 249.23º | 0.52% | 0.61% | - |
| HSV(B) | 249.23º | 0.5% | 0.81% | - |
| XYZ | 23.72 | 18.13 | 61.28 | - |
| YUV | 119.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 207 | 0.43 | 0.50 | 0 | 0.19 | 249.23 | 0.52 | 0.61 |
| Hex | 77 | 67 | CF | 2B | 32 | 0 | 13 | F9 | 34 | 3D |
| Octal | 167 | 147 | 317 | 53 | 62 | 0 | 23 | 371 | 64 | 75 |
| Binary | 1110111 | 1100111 | 11001111 | 101011 | 110010 | 0 | 10011 | 11111001 | 110100 | 111101 |
Color Harmonies of #7767CF
Complementary color
Monochromatic Colors of #7767CF
Black with #7767CF
Text Example
Text Example
White with #7767CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7767CF; }
p { color: rgb(119,103,207); }
H1.HeaderClassName
{
color: #7767CF;
}
.AnyTagClassName
{
color: #7767CF;
}
</style>
background-color css
<style>
a { background-color: #7767CF; }
a { background-color: rgb(119,103,207); }
div.DivClassName
{
background-color: #7767CF;
}
.BgClassName
{
background-color: #7767CF;
}
</style>
border-color css
<style>
span { border-color: #7767CF; }
span { border-color: rgb(119,103,207); }
td.TdClassName
{
border-color: #7767CF;
}
.TagClassName
{
border-color: #7767CF;
}
</style>