Shades of Cornflower Blue #8091FF
Tints of Cornflower Blue #8091FF
RGB
CMYK
RGB Variations
Color information
#8091FF (or 0x8091FF) is known color: Cornflower Blue. HEX triplet: 80, 91 and FF. RGB value is (128,145,255). Sum of RGB (Red+Green+Blue) = 128+145+255=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #8091FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8091FF is #7F6E00. Grayscale: #989898. Windows color (decimal): -8351233 or 16748928. OLE color: 16748928.
HSL color Cylindrical-coordinate representation of color #8091FF: hue angle of 231.97º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8091FF is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 145 | 255 | - |
| CMYK | 0.50 | 0.43 | 0 | 0 |
| HSL | 231.97º | 1% | 0.75% | - |
| HSV(B) | 231.97º | 0.5% | 1% | - |
| XYZ | 37.08 | 32.06 | 98.84 | - |
| YUV | 152.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 255 | 0.50 | 0.43 | 0 | 0 | 231.97 | 1 | 0.75 |
| Hex | 80 | 91 | FF | 32 | 2B | 0 | 0 | E8 | 64 | 4B |
| Octal | 200 | 221 | 377 | 62 | 53 | 0 | 0 | 350 | 144 | 113 |
| Binary | 10000000 | 10010001 | 11111111 | 110010 | 101011 | 0 | 0 | 11101000 | 1100100 | 1001011 |
Color Harmonies of #8091FF
Complementary color
Monochromatic Colors of #8091FF
Black with #8091FF
Text Example
Text Example
White with #8091FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8091FF; }
p { color: rgb(128,145,255); }
H1.HeaderClassName
{
color: #8091FF;
}
.AnyTagClassName
{
color: #8091FF;
}
</style>
background-color css
<style>
a { background-color: #8091FF; }
a { background-color: rgb(128,145,255); }
div.DivClassName
{
background-color: #8091FF;
}
.BgClassName
{
background-color: #8091FF;
}
</style>
border-color css
<style>
span { border-color: #8091FF; }
span { border-color: rgb(128,145,255); }
td.TdClassName
{
border-color: #8091FF;
}
.TagClassName
{
border-color: #8091FF;
}
</style>