Shades of Cornflower Blue #8192FF
Tints of Cornflower Blue #8192FF
RGB
CMYK
RGB Variations
Color information
#8192FF (or 0x8192FF) is known color: Cornflower Blue. HEX triplet: 81, 92 and FF. RGB value is (129,146,255). Sum of RGB (Red+Green+Blue) = 129+146+255=530 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.34% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #8192FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8192FF is #7E6D00. Grayscale: #989898. Windows color (decimal): -8285441 or 16749185. OLE color: 16749185.
HSL color Cylindrical-coordinate representation of color #8192FF: hue angle of 231.9º 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 #8192FF is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 146 | 255 | - |
| CMYK | 0.49 | 0.43 | 0 | 0 |
| HSL | 231.9º | 1% | 0.75% | - |
| HSV(B) | 231.9º | 0.49% | 1% | - |
| XYZ | 37.38 | 32.44 | 98.9 | - |
| YUV | 153.34 | 185.37 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 255 | 0.49 | 0.43 | 0 | 0 | 231.9 | 1 | 0.75 |
| Hex | 81 | 92 | FF | 31 | 2B | 0 | 0 | E8 | 64 | 4B |
| Octal | 201 | 222 | 377 | 61 | 53 | 0 | 0 | 350 | 144 | 113 |
| Binary | 10000001 | 10010010 | 11111111 | 110001 | 101011 | 0 | 0 | 11101000 | 1100100 | 1001011 |
Color Harmonies of #8192FF
Complementary color
Monochromatic Colors of #8192FF
Black with #8192FF
Text Example
Text Example
White with #8192FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8192FF; }
p { color: rgb(129,146,255); }
H1.HeaderClassName
{
color: #8192FF;
}
.AnyTagClassName
{
color: #8192FF;
}
</style>
background-color css
<style>
a { background-color: #8192FF; }
a { background-color: rgb(129,146,255); }
div.DivClassName
{
background-color: #8192FF;
}
.BgClassName
{
background-color: #8192FF;
}
</style>
border-color css
<style>
span { border-color: #8192FF; }
span { border-color: rgb(129,146,255); }
td.TdClassName
{
border-color: #8192FF;
}
.TagClassName
{
border-color: #8192FF;
}
</style>