Shades of Lavender Blue #C7BDF7
Tints of Lavender Blue #C7BDF7
RGB
CMYK
RGB Variations
Color information
#C7BDF7 (or 0xC7BDF7) is known color: Lavender Blue. HEX triplet: C7, BD and F7. RGB value is (199,189,247). Sum of RGB (Red+Green+Blue) = 199+189+247=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #C7BDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDF7 is #384208. Grayscale: #C6C6C6. Windows color (decimal): -3686921 or 16235975. OLE color: 16235975.
HSL color Cylindrical-coordinate representation of color #C7BDF7: hue angle of 250.34º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7BDF7 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 189 | 247 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.03 |
| HSL | 250.34º | 0.78% | 0.85% | - |
| HSV(B) | 250.34º | 0.23% | 0.97% | - |
| XYZ | 58.54 | 55.25 | 95.58 | - |
| YUV | 198.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 247 | 0.19 | 0.23 | 0 | 0.03 | 250.34 | 0.78 | 0.85 |
| Hex | C7 | BD | F7 | 13 | 17 | 0 | 3 | FA | 4E | 55 |
| Octal | 307 | 275 | 367 | 23 | 27 | 0 | 3 | 372 | 116 | 125 |
| Binary | 11000111 | 10111101 | 11110111 | 10011 | 10111 | 0 | 11 | 11111010 | 1001110 | 1010101 |
Color Harmonies of #C7BDF7
Complementary color
Monochromatic Colors of #C7BDF7
Black with #C7BDF7
Text Example
Text Example
White with #C7BDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDF7; }
p { color: rgb(199,189,247); }
H1.HeaderClassName
{
color: #C7BDF7;
}
.AnyTagClassName
{
color: #C7BDF7;
}
</style>
background-color css
<style>
a { background-color: #C7BDF7; }
a { background-color: rgb(199,189,247); }
div.DivClassName
{
background-color: #C7BDF7;
}
.BgClassName
{
background-color: #C7BDF7;
}
</style>
border-color css
<style>
span { border-color: #C7BDF7; }
span { border-color: rgb(199,189,247); }
td.TdClassName
{
border-color: #C7BDF7;
}
.TagClassName
{
border-color: #C7BDF7;
}
</style>