Shades of Cornflower Blue #8192FD
Tints of Cornflower Blue #8192FD
RGB
CMYK
RGB Variations
Color information
#8192FD (or 0x8192FD) is known color: Cornflower Blue. HEX triplet: 81, 92 and FD. RGB value is (129,146,253). Sum of RGB (Red+Green+Blue) = 129+146+253=528 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.43% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #8192FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8192FD is #7E6D02. Grayscale: #989898. Windows color (decimal): -8285443 or 16618113. OLE color: 16618113.
HSL color Cylindrical-coordinate representation of color #8192FD: hue angle of 231.77º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8192FD is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 146 | 253 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.01 |
| HSL | 231.77º | 0.97% | 0.75% | - |
| HSV(B) | 231.77º | 0.49% | 0.99% | - |
| XYZ | 37.06 | 32.32 | 97.21 | - |
| YUV | 153.12 | 184.37 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 253 | 0.49 | 0.42 | 0 | 0.01 | 231.77 | 0.97 | 0.75 |
| Hex | 81 | 92 | FD | 31 | 2A | 0 | 1 | E8 | 61 | 4B |
| Octal | 201 | 222 | 375 | 61 | 52 | 0 | 1 | 350 | 141 | 113 |
| Binary | 10000001 | 10010010 | 11111101 | 110001 | 101010 | 0 | 1 | 11101000 | 1100001 | 1001011 |
Color Harmonies of #8192FD
Complementary color
Monochromatic Colors of #8192FD
Black with #8192FD
Text Example
Text Example
White with #8192FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8192FD; }
p { color: rgb(129,146,253); }
H1.HeaderClassName
{
color: #8192FD;
}
.AnyTagClassName
{
color: #8192FD;
}
</style>
background-color css
<style>
a { background-color: #8192FD; }
a { background-color: rgb(129,146,253); }
div.DivClassName
{
background-color: #8192FD;
}
.BgClassName
{
background-color: #8192FD;
}
</style>
border-color css
<style>
span { border-color: #8192FD; }
span { border-color: rgb(129,146,253); }
td.TdClassName
{
border-color: #8192FD;
}
.TagClassName
{
border-color: #8192FD;
}
</style>