#8396FF

Color #8396FF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #8396FF

Tints of Cornflower Blue #8396FF

Color information

#8396FF (or 0x8396FF) is unknown color: approx Cornflower Blue. HEX triplet: 83, 96 and FF. RGB value is (131,150,255). Sum of RGB (Red+Green+Blue) = 131+150+255=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #8396FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8396FF is #7C6900. Grayscale: #9B9B9B. Windows color (decimal): -8153345 or 16750211. OLE color: 16750211.

HSL color Cylindrical-coordinate representation of color #8396FF: hue angle of 230.81º 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 #8396FF is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB131150255-
CMYK0.490.4100
HSL230.81º100%75.69%-
HSV(B)230.81º48.63%100%-
XYZ38.3233.8699.12-
YUV156.29183.71109.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 24.44%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 255 (100% from 255) = 47.57%
R=24.44%
G=27.99%
B=47.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1311502550.490.4100230.8110075.69
Hex8396FF312900e7644c
Octal203226377615100347144114
Binary100000111001011011111111110001101001001110011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8396FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8396FF; }

 p { color: rgb(131,150,255); }

 H1.HeaderClassName
 {
   color: #8396FF;
 }
 .AnyTagClassName
 {
   color: #8396FF;
 }
</style>
background-color css

<style>
 a { background-color: #8396FF; }

 a { background-color: rgb(131,150,255); }

 div.DivClassName
 {
   background-color: #8396FF;
 }
 .BgClassName
 {
   background-color: #8396FF;
 }
</style>
border-color css

<style>
 span { border-color: #8396FF; }

 span { border-color: rgb(131,150,255); }

 td.TdClassName
 {
   border-color: #8396FF;
 }
 .TagClassName
 {
   border-color: #8396FF;
 }
</style>