Shades of Lavender Blue #C7BFF8
Tints of Lavender Blue #C7BFF8
RGB
CMYK
RGB Variations
Color information
#C7BFF8 (or 0xC7BFF8) is known color: Lavender Blue. HEX triplet: C7, BF and F8. RGB value is (199,191,248). Sum of RGB (Red+Green+Blue) = 199+191+248=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #C7BFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFF8 is #384007. Grayscale: #C7C7C7. Windows color (decimal): -3686408 or 16302023. OLE color: 16302023.
HSL color Cylindrical-coordinate representation of color #C7BFF8: hue angle of 248.42º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7BFF8 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 191 | 248 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.03 |
| HSL | 248.42º | 0.8% | 0.86% | - |
| HSV(B) | 248.42º | 0.23% | 0.97% | - |
| XYZ | 59.13 | 56.18 | 96.53 | - |
| YUV | 199.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 248 | 0.20 | 0.23 | 0 | 0.03 | 248.42 | 0.8 | 0.86 |
| Hex | C7 | BF | F8 | 14 | 17 | 0 | 3 | F8 | 50 | 56 |
| Octal | 307 | 277 | 370 | 24 | 27 | 0 | 3 | 370 | 120 | 126 |
| Binary | 11000111 | 10111111 | 11111000 | 10100 | 10111 | 0 | 11 | 11111000 | 1010000 | 1010110 |
Color Harmonies of #C7BFF8
Complementary color
Monochromatic Colors of #C7BFF8
Black with #C7BFF8
Text Example
Text Example
White with #C7BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFF8; }
p { color: rgb(199,191,248); }
H1.HeaderClassName
{
color: #C7BFF8;
}
.AnyTagClassName
{
color: #C7BFF8;
}
</style>
background-color css
<style>
a { background-color: #C7BFF8; }
a { background-color: rgb(199,191,248); }
div.DivClassName
{
background-color: #C7BFF8;
}
.BgClassName
{
background-color: #C7BFF8;
}
</style>
border-color css
<style>
span { border-color: #C7BFF8; }
span { border-color: rgb(199,191,248); }
td.TdClassName
{
border-color: #C7BFF8;
}
.TagClassName
{
border-color: #C7BFF8;
}
</style>