Shades of Cornflower Blue #8397FF
Tints of Cornflower Blue #8397FF
RGB
CMYK
RGB Variations
Color information
#8397FF (or 0x8397FF) is known color: Cornflower Blue. HEX triplet: 83, 97 and FF. RGB value is (131,151,255). Sum of RGB (Red+Green+Blue) = 131+151+255=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #8397FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8397FF is #7C6800. Grayscale: #9C9C9C. Windows color (decimal): -8153089 or 16750467. OLE color: 16750467.
HSL color Cylindrical-coordinate representation of color #8397FF: hue angle of 230.32º 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 #8397FF is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 151 | 255 | - |
| CMYK | 0.49 | 0.41 | 0 | 0 |
| HSL | 230.32º | 1% | 0.76% | - |
| HSV(B) | 230.32º | 0.49% | 1% | - |
| XYZ | 38.48 | 34.18 | 99.18 | - |
| YUV | 156.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 151 | 255 | 0.49 | 0.41 | 0 | 0 | 230.32 | 1 | 0.76 |
| Hex | 83 | 97 | FF | 31 | 29 | 0 | 0 | E6 | 64 | 4C |
| Octal | 203 | 227 | 377 | 61 | 51 | 0 | 0 | 346 | 144 | 114 |
| Binary | 10000011 | 10010111 | 11111111 | 110001 | 101001 | 0 | 0 | 11100110 | 1100100 | 1001100 |
Color Harmonies of #8397FF
Complementary color
Monochromatic Colors of #8397FF
Black with #8397FF
Text Example
Text Example
White with #8397FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8397FF; }
p { color: rgb(131,151,255); }
H1.HeaderClassName
{
color: #8397FF;
}
.AnyTagClassName
{
color: #8397FF;
}
</style>
background-color css
<style>
a { background-color: #8397FF; }
a { background-color: rgb(131,151,255); }
div.DivClassName
{
background-color: #8397FF;
}
.BgClassName
{
background-color: #8397FF;
}
</style>
border-color css
<style>
span { border-color: #8397FF; }
span { border-color: rgb(131,151,255); }
td.TdClassName
{
border-color: #8397FF;
}
.TagClassName
{
border-color: #8397FF;
}
</style>