Shades of Cornflower Blue #829FFF
Tints of Cornflower Blue #829FFF
RGB
CMYK
RGB Variations
Color information
#829FFF (or 0x829FFF) is known color: Cornflower Blue. HEX triplet: 82, 9F and FF. RGB value is (130,159,255). Sum of RGB (Red+Green+Blue) = 130+159+255=544 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.90% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #829FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FFF is #7D6000. Grayscale: #A0A0A0. Windows color (decimal): -8216577 or 16752514. OLE color: 16752514.
HSL color Cylindrical-coordinate representation of color #829FFF: hue angle of 226.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #829FFF is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 159 | 255 | - |
| CMYK | 0.49 | 0.38 | 0 | 0 |
| HSL | 226.08º | 1% | 0.75% | - |
| HSV(B) | 226.08º | 0.49% | 1% | - |
| XYZ | 39.65 | 36.76 | 99.61 | - |
| YUV | 161.27 | 180.89 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 255 | 0.49 | 0.38 | 0 | 0 | 226.08 | 1 | 0.75 |
| Hex | 82 | 9F | FF | 31 | 26 | 0 | 0 | E2 | 64 | 4B |
| Octal | 202 | 237 | 377 | 61 | 46 | 0 | 0 | 342 | 144 | 113 |
| Binary | 10000010 | 10011111 | 11111111 | 110001 | 100110 | 0 | 0 | 11100010 | 1100100 | 1001011 |
Color Harmonies of #829FFF
Complementary color
Monochromatic Colors of #829FFF
Black with #829FFF
Text Example
Text Example
White with #829FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FFF; }
p { color: rgb(130,159,255); }
H1.HeaderClassName
{
color: #829FFF;
}
.AnyTagClassName
{
color: #829FFF;
}
</style>
background-color css
<style>
a { background-color: #829FFF; }
a { background-color: rgb(130,159,255); }
div.DivClassName
{
background-color: #829FFF;
}
.BgClassName
{
background-color: #829FFF;
}
</style>
border-color css
<style>
span { border-color: #829FFF; }
span { border-color: rgb(130,159,255); }
td.TdClassName
{
border-color: #829FFF;
}
.TagClassName
{
border-color: #829FFF;
}
</style>