#8096FF

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

Shades of Cornflower Blue #8096FF

Tints of Cornflower Blue #8096FF

Color information

#8096FF (or 0x8096FF) is unknown color: approx Cornflower Blue. HEX triplet: 80, 96 and FF. RGB value is (128,150,255). Sum of RGB (Red+Green+Blue) = 128+150+255=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #8096FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8096FF is #7F6900. Grayscale: #9A9A9A. Windows color (decimal): -8349953 or 16750208. OLE color: 16750208.

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

Color convert

RGB128150255-
CMYK0.500.4100
HSL229.61º100%75.1%-
HSV(B)229.61º49.8%100%-
XYZ37.8633.6299.1-
YUV155.39184.21108.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.02%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 255 (100% from 255) = 47.84%
R=24.02%
G=28.14%
B=47.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281502550.500.4100229.6110075.1
Hex8096FF322900e6644b
Octal200226377625100346144113
Binary100000001001011011111111110010101001001110011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8096FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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