Shades of Cornflower Blue #8398FF
Tints of Cornflower Blue #8398FF
RGB
CMYK
RGB Variations
Color information
#8398FF (or 0x8398FF) is known color: Cornflower Blue. HEX triplet: 83, 98 and FF. RGB value is (131,152,255). Sum of RGB (Red+Green+Blue) = 131+152+255=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #8398FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8398FF is #7C6700. Grayscale: #9D9D9D. Windows color (decimal): -8152833 or 16750723. OLE color: 16750723.
HSL color Cylindrical-coordinate representation of color #8398FF: hue angle of 229.84º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8398FF is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 152 | 255 | - |
| CMYK | 0.49 | 0.40 | 0 | 0 |
| HSL | 229.84º | 1% | 0.76% | - |
| HSV(B) | 229.84º | 0.49% | 1% | - |
| XYZ | 38.64 | 34.5 | 99.23 | - |
| YUV | 157.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 255 | 0.49 | 0.40 | 0 | 0 | 229.84 | 1 | 0.76 |
| Hex | 83 | 98 | FF | 31 | 28 | 0 | 0 | E6 | 64 | 4C |
| Octal | 203 | 230 | 377 | 61 | 50 | 0 | 0 | 346 | 144 | 114 |
| Binary | 10000011 | 10011000 | 11111111 | 110001 | 101000 | 0 | 0 | 11100110 | 1100100 | 1001100 |
Color Harmonies of #8398FF
Complementary color
Monochromatic Colors of #8398FF
Black with #8398FF
Text Example
Text Example
White with #8398FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8398FF; }
p { color: rgb(131,152,255); }
H1.HeaderClassName
{
color: #8398FF;
}
.AnyTagClassName
{
color: #8398FF;
}
</style>
background-color css
<style>
a { background-color: #8398FF; }
a { background-color: rgb(131,152,255); }
div.DivClassName
{
background-color: #8398FF;
}
.BgClassName
{
background-color: #8398FF;
}
</style>
border-color css
<style>
span { border-color: #8398FF; }
span { border-color: rgb(131,152,255); }
td.TdClassName
{
border-color: #8398FF;
}
.TagClassName
{
border-color: #8398FF;
}
</style>