Shades of Cornflower Blue #8292FF
Tints of Cornflower Blue #8292FF
RGB
CMYK
RGB Variations
Color information
#8292FF (or 0x8292FF) is known color: Cornflower Blue. HEX triplet: 82, 92 and FF. RGB value is (130,146,255). Sum of RGB (Red+Green+Blue) = 130+146+255=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #8292FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8292FF is #7D6D00. Grayscale: #999999. Windows color (decimal): -8219905 or 16749186. OLE color: 16749186.
HSL color Cylindrical-coordinate representation of color #8292FF: hue angle of 232.32º 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 #8292FF is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 146 | 255 | - |
| CMYK | 0.49 | 0.43 | 0 | 0 |
| HSL | 232.32º | 1% | 0.75% | - |
| HSV(B) | 232.32º | 0.49% | 1% | - |
| XYZ | 37.53 | 32.52 | 98.91 | - |
| YUV | 153.64 | 185.2 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 255 | 0.49 | 0.43 | 0 | 0 | 232.32 | 1 | 0.75 |
| Hex | 82 | 92 | FF | 31 | 2B | 0 | 0 | E8 | 64 | 4B |
| Octal | 202 | 222 | 377 | 61 | 53 | 0 | 0 | 350 | 144 | 113 |
| Binary | 10000010 | 10010010 | 11111111 | 110001 | 101011 | 0 | 0 | 11101000 | 1100100 | 1001011 |
Color Harmonies of #8292FF
Complementary color
Monochromatic Colors of #8292FF
Black with #8292FF
Text Example
Text Example
White with #8292FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8292FF; }
p { color: rgb(130,146,255); }
H1.HeaderClassName
{
color: #8292FF;
}
.AnyTagClassName
{
color: #8292FF;
}
</style>
background-color css
<style>
a { background-color: #8292FF; }
a { background-color: rgb(130,146,255); }
div.DivClassName
{
background-color: #8292FF;
}
.BgClassName
{
background-color: #8292FF;
}
</style>
border-color css
<style>
span { border-color: #8292FF; }
span { border-color: rgb(130,146,255); }
td.TdClassName
{
border-color: #8292FF;
}
.TagClassName
{
border-color: #8292FF;
}
</style>