Shades of Light Slate Blue #767FFD
Tints of Light Slate Blue #767FFD
RGB
CMYK
RGB Variations
Color information
#767FFD (or 0x767FFD) is known color: Light Slate Blue. HEX triplet: 76, 7F and FD. RGB value is (118,127,253). Sum of RGB (Red+Green+Blue) = 118+127+253=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #767FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767FFD is #898002. Grayscale: #8A8A8A. Windows color (decimal): -9011203 or 16613238. OLE color: 16613238.
HSL color Cylindrical-coordinate representation of color #767FFD: hue angle of 236º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #767FFD is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 127 | 253 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.01 |
| HSL | 236º | 0.97% | 0.73% | - |
| HSV(B) | 236º | 0.53% | 0.99% | - |
| XYZ | 32.79 | 26.12 | 96.24 | - |
| YUV | 138.67 | 192.52 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 253 | 0.53 | 0.50 | 0 | 0.01 | 236 | 0.97 | 0.73 |
| Hex | 76 | 7F | FD | 35 | 32 | 0 | 1 | EC | 61 | 49 |
| Octal | 166 | 177 | 375 | 65 | 62 | 0 | 1 | 354 | 141 | 111 |
| Binary | 1110110 | 1111111 | 11111101 | 110101 | 110010 | 0 | 1 | 11101100 | 1100001 | 1001001 |
Color Harmonies of #767FFD
Complementary color
Monochromatic Colors of #767FFD
Black with #767FFD
Text Example
Text Example
White with #767FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FFD; }
p { color: rgb(118,127,253); }
H1.HeaderClassName
{
color: #767FFD;
}
.AnyTagClassName
{
color: #767FFD;
}
</style>
background-color css
<style>
a { background-color: #767FFD; }
a { background-color: rgb(118,127,253); }
div.DivClassName
{
background-color: #767FFD;
}
.BgClassName
{
background-color: #767FFD;
}
</style>
border-color css
<style>
span { border-color: #767FFD; }
span { border-color: rgb(118,127,253); }
td.TdClassName
{
border-color: #767FFD;
}
.TagClassName
{
border-color: #767FFD;
}
</style>