Shades of Cornflower Blue #8192FE
Tints of Cornflower Blue #8192FE
RGB
CMYK
RGB Variations
Color information
#8192FE (or 0x8192FE) is known color: Cornflower Blue. HEX triplet: 81, 92 and FE. RGB value is (129,146,254). Sum of RGB (Red+Green+Blue) = 129+146+254=529 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.39% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #8192FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8192FE is #7E6D01. Grayscale: #989898. Windows color (decimal): -8285442 or 16683649. OLE color: 16683649.
HSL color Cylindrical-coordinate representation of color #8192FE: hue angle of 231.84º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8192FE is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 146 | 254 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.00 |
| HSL | 231.84º | 0.98% | 0.75% | - |
| HSV(B) | 231.84º | 0.49% | 1% | - |
| XYZ | 37.22 | 32.38 | 98.05 | - |
| YUV | 153.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 254 | 0.49 | 0.43 | 0 | 0.00 | 231.84 | 0.98 | 0.75 |
| Hex | 81 | 92 | FE | 31 | 2B | 0 | 0 | E8 | 62 | 4B |
| Octal | 201 | 222 | 376 | 61 | 53 | 0 | 0 | 350 | 142 | 113 |
| Binary | 10000001 | 10010010 | 11111110 | 110001 | 101011 | 0 | 0 | 11101000 | 1100010 | 1001011 |
Color Harmonies of #8192FE
Complementary color
Monochromatic Colors of #8192FE
Black with #8192FE
Text Example
Text Example
White with #8192FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8192FE; }
p { color: rgb(129,146,254); }
H1.HeaderClassName
{
color: #8192FE;
}
.AnyTagClassName
{
color: #8192FE;
}
</style>
background-color css
<style>
a { background-color: #8192FE; }
a { background-color: rgb(129,146,254); }
div.DivClassName
{
background-color: #8192FE;
}
.BgClassName
{
background-color: #8192FE;
}
</style>
border-color css
<style>
span { border-color: #8192FE; }
span { border-color: rgb(129,146,254); }
td.TdClassName
{
border-color: #8192FE;
}
.TagClassName
{
border-color: #8192FE;
}
</style>